Job Details Args
data class JobDetailsArgs(val backupDriveManifest: Output<Boolean>? = null, val cancelRequested: Output<Boolean>? = null, val deliveryPackage: Output<DeliveryPackageInformationArgs>? = null, val diagnosticsPath: Output<String>? = null, val driveList: Output<List<DriveStatusArgs>>? = null, val encryptionKey: Output<EncryptionKeyDetailsArgs>? = null, val export: Output<ExportArgs>? = null, val incompleteBlobListUri: Output<String>? = null, val jobType: Output<String>? = null, val logLevel: Output<String>? = null, val percentComplete: Output<Int>? = null, val provisioningState: Output<String>? = null, val returnAddress: Output<ReturnAddressArgs>? = null, val returnPackage: Output<PackageInformationArgs>? = null, val returnShipping: Output<ReturnShippingArgs>? = null, val shippingInformation: Output<ShippingInformationArgs>? = null, val state: Output<String>? = null, val storageAccountId: Output<String>? = null) : ConvertibleToJava<JobDetailsArgs>
Specifies the job properties
Constructors
Link copied to clipboard
fun JobDetailsArgs(backupDriveManifest: Output<Boolean>? = null, cancelRequested: Output<Boolean>? = null, deliveryPackage: Output<DeliveryPackageInformationArgs>? = null, diagnosticsPath: Output<String>? = null, driveList: Output<List<DriveStatusArgs>>? = null, encryptionKey: Output<EncryptionKeyDetailsArgs>? = null, export: Output<ExportArgs>? = null, incompleteBlobListUri: Output<String>? = null, jobType: Output<String>? = null, logLevel: Output<String>? = null, percentComplete: Output<Int>? = null, provisioningState: Output<String>? = null, returnAddress: Output<ReturnAddressArgs>? = null, returnPackage: Output<PackageInformationArgs>? = null, returnShipping: Output<ReturnShippingArgs>? = null, shippingInformation: Output<ShippingInformationArgs>? = null, state: Output<String>? = null, storageAccountId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard