Package com.pulumi.azurenative.databox
Class JobArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.databox.JobArgs
-
public final class JobArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JobArgs.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobArgs.Builder
builder()
static JobArgs.Builder
builder(JobArgs defaults)
java.util.Optional<com.pulumi.core.Output<JobDeliveryInfoArgs>>
deliveryInfo()
java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,JobDeliveryType>>>
deliveryType()
java.util.Optional<com.pulumi.core.Output<java.lang.Object>>
details()
java.util.Optional<com.pulumi.core.Output<ResourceIdentityArgs>>
identity()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
jobName()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
location()
com.pulumi.core.Output<java.lang.String>
resourceGroupName()
com.pulumi.core.Output<SkuArgs>
sku()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,TransferType>>
transferType()
-
-
-
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.
-
builder
public static JobArgs.Builder builder()
-
builder
public static JobArgs.Builder builder(JobArgs defaults)
-
-