Class JobArgs


  • public final class JobArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  JobArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static JobArgs Empty  
    • Field Detail

      • Empty

        public static final JobArgs Empty
    • Method Detail

      • deliveryInfo

        public java.util.Optional<com.pulumi.core.Output<JobDeliveryInfoArgs>> deliveryInfo()
        Returns:
        Delivery Info of Job.
      • deliveryType

        public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​JobDeliveryType>>> deliveryType()
        Returns:
        Delivery type of Job.
      • details

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> details()
        Returns:
        Details of a job run. This field will only be sent for expand details filter.
      • identity

        public java.util.Optional<com.pulumi.core.Output<ResourceIdentityArgs>> identity()
        Returns:
        Msi identity of the resource
      • jobName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> jobName()
        Returns:
        The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only
      • location

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
        Returns:
        The location of the resource. This will be one of the supported and registered Azure Regions (e.g. West US, East US, Southeast Asia, etc.). The region of a resource cannot be changed once it is created, but if an identical region is specified on update the request will succeed.
      • resourceGroupName

        public com.pulumi.core.Output<java.lang.String> resourceGroupName()
        Returns:
        The Resource Group Name
      • sku

        public com.pulumi.core.Output<SkuArgs> sku()
        Returns:
        The sku type.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        The list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups).
      • transferType

        public com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​TransferType>> transferType()
        Returns:
        Type of the data transfer.