azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.s...

510 строки
41 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails"
name: "JobDetails"
nameWithType: "JobDetails"
summary: "Specifies the job properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **JobDetails**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.JobDetails()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.JobDetails()"
name: "JobDetails()"
nameWithType: "JobDetails.JobDetails()"
summary: "Creates an instance of Job<wbr>Details class."
syntax: "public JobDetails()"
desc: "Creates an instance of JobDetails class."
methods:
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.backupDriveManifest()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.backupDriveManifest()"
name: "backupDriveManifest()"
nameWithType: "JobDetails.backupDriveManifest()"
summary: "Get the backup<wbr>Drive<wbr>Manifest property: Default value is false."
syntax: "public Boolean backupDriveManifest()"
desc: "Get the backupDriveManifest property: Default value is false. Indicates whether the manifest files on the drives should be copied to block blobs."
returns:
description: "the backupDriveManifest value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.cancelRequested()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.cancelRequested()"
name: "cancelRequested()"
nameWithType: "JobDetails.cancelRequested()"
summary: "Get the cancel<wbr>Requested property: Indicates whether a request has been submitted to cancel the job."
syntax: "public Boolean cancelRequested()"
desc: "Get the cancelRequested property: Indicates whether a request has been submitted to cancel the job."
returns:
description: "the cancelRequested value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.deliveryPackage()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.deliveryPackage()"
name: "deliveryPackage()"
nameWithType: "JobDetails.deliveryPackage()"
summary: "Get the delivery<wbr>Package property: Contains information about the package being shipped by the customer to the Microsoft data center."
syntax: "public DeliveryPackageInformation deliveryPackage()"
desc: "Get the deliveryPackage property: Contains information about the package being shipped by the customer to the Microsoft data center."
returns:
description: "the deliveryPackage value."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.DeliveryPackageInformation?alt=com.azure.resourcemanager.storageimportexport.models.DeliveryPackageInformation&text=DeliveryPackageInformation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.diagnosticsPath()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.diagnosticsPath()"
name: "diagnosticsPath()"
nameWithType: "JobDetails.diagnosticsPath()"
summary: "Get the diagnostics<wbr>Path property: The virtual blob directory to which the copy logs and backups of drive manifest files (if enabled) will be stored."
syntax: "public String diagnosticsPath()"
desc: "Get the diagnosticsPath property: The virtual blob directory to which the copy logs and backups of drive manifest files (if enabled) will be stored."
returns:
description: "the diagnosticsPath value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.driveList()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.driveList()"
name: "driveList()"
nameWithType: "JobDetails.driveList()"
summary: "Get the drive<wbr>List property: List of up to ten drives that comprise the job."
syntax: "public List<DriveStatus> driveList()"
desc: "Get the driveList property: List of up to ten drives that comprise the job. The drive list is a required element for an import job; it is not specified for export jobs."
returns:
description: "the driveList value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.storageimportexport.models.DriveStatus?alt=com.azure.resourcemanager.storageimportexport.models.DriveStatus&text=DriveStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.encryptionKey()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.encryptionKey()"
name: "encryptionKey()"
nameWithType: "JobDetails.encryptionKey()"
summary: "Get the encryption<wbr>Key property: Contains information about the encryption key."
syntax: "public EncryptionKeyDetails encryptionKey()"
desc: "Get the encryptionKey property: Contains information about the encryption key."
returns:
description: "the encryptionKey value."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails?alt=com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails&text=EncryptionKeyDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.export()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.export()"
name: "export()"
nameWithType: "JobDetails.export()"
summary: "Get the export property: A property containing information about the blobs to be exported for an export job."
syntax: "public Export export()"
desc: "Get the export property: A property containing information about the blobs to be exported for an export job. This property is included for export jobs only."
returns:
description: "the export value."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.Export?alt=com.azure.resourcemanager.storageimportexport.models.Export&text=Export\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "JobDetails.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Job<wbr>Details from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static JobDetails fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the JobDetails."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of JobDetails from the JsonReader."
returns:
description: "An instance of JobDetails if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.incompleteBlobListUri()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.incompleteBlobListUri()"
name: "incompleteBlobListUri()"
nameWithType: "JobDetails.incompleteBlobListUri()"
summary: "Get the incomplete<wbr>Blob<wbr>List<wbr>Uri property: A blob path that points to a block blob containing a list of blob names that were not exported due to insufficient drive space."
syntax: "public String incompleteBlobListUri()"
desc: "Get the incompleteBlobListUri property: A blob path that points to a block blob containing a list of blob names that were not exported due to insufficient drive space. If all blobs were exported successfully, then this element is not included in the response."
returns:
description: "the incompleteBlobListUri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.jobType()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.jobType()"
name: "jobType()"
nameWithType: "JobDetails.jobType()"
summary: "Get the job<wbr>Type property: The type of job."
syntax: "public String jobType()"
desc: "Get the jobType property: The type of job."
returns:
description: "the jobType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.logLevel()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.logLevel()"
name: "logLevel()"
nameWithType: "JobDetails.logLevel()"
summary: "Get the log<wbr>Level property: Default value is Error."
syntax: "public String logLevel()"
desc: "Get the logLevel property: Default value is Error. Indicates whether error logging or verbose logging will be enabled."
returns:
description: "the logLevel value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.percentComplete()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.percentComplete()"
name: "percentComplete()"
nameWithType: "JobDetails.percentComplete()"
summary: "Get the percent<wbr>Complete property: Overall percentage completed for the job."
syntax: "public Long percentComplete()"
desc: "Get the percentComplete property: Overall percentage completed for the job."
returns:
description: "the percentComplete value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.provisioningState()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.provisioningState()"
name: "provisioningState()"
nameWithType: "JobDetails.provisioningState()"
summary: "Get the provisioning<wbr>State property: Specifies the provisioning state of the job."
syntax: "public String provisioningState()"
desc: "Get the provisioningState property: Specifies the provisioning state of the job."
returns:
description: "the provisioningState value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.returnAddress()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.returnAddress()"
name: "returnAddress()"
nameWithType: "JobDetails.returnAddress()"
summary: "Get the return<wbr>Address property: Specifies the return address information for the job."
syntax: "public ReturnAddress returnAddress()"
desc: "Get the returnAddress property: Specifies the return address information for the job."
returns:
description: "the returnAddress value."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.ReturnAddress?alt=com.azure.resourcemanager.storageimportexport.models.ReturnAddress&text=ReturnAddress\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.returnPackage()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.returnPackage()"
name: "returnPackage()"
nameWithType: "JobDetails.returnPackage()"
summary: "Get the return<wbr>Package property: Contains information about the package being shipped from the Microsoft data center to the customer to return the drives."
syntax: "public PackageInformation returnPackage()"
desc: "Get the returnPackage property: Contains information about the package being shipped from the Microsoft data center to the customer to return the drives. The format is the same as the deliveryPackage property above. This property is not included if the drives have not yet been returned."
returns:
description: "the returnPackage value."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.PackageInformation?alt=com.azure.resourcemanager.storageimportexport.models.PackageInformation&text=PackageInformation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.returnShipping()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.returnShipping()"
name: "returnShipping()"
nameWithType: "JobDetails.returnShipping()"
summary: "Get the return<wbr>Shipping property: Specifies the return carrier and customer's account with the carrier."
syntax: "public ReturnShipping returnShipping()"
desc: "Get the returnShipping property: Specifies the return carrier and customer's account with the carrier."
returns:
description: "the returnShipping value."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.ReturnShipping?alt=com.azure.resourcemanager.storageimportexport.models.ReturnShipping&text=ReturnShipping\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.shippingInformation()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.shippingInformation()"
name: "shippingInformation()"
nameWithType: "JobDetails.shippingInformation()"
summary: "Get the shipping<wbr>Information property: Contains information about the Microsoft datacenter to which the drives should be shipped."
syntax: "public ShippingInformation shippingInformation()"
desc: "Get the shippingInformation property: Contains information about the Microsoft datacenter to which the drives should be shipped."
returns:
description: "the shippingInformation value."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.ShippingInformation?alt=com.azure.resourcemanager.storageimportexport.models.ShippingInformation&text=ShippingInformation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.state()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.state()"
name: "state()"
nameWithType: "JobDetails.state()"
summary: "Get the state property: Current state of the job."
syntax: "public String state()"
desc: "Get the state property: Current state of the job."
returns:
description: "the state value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.storageAccountId()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.storageAccountId()"
name: "storageAccountId()"
nameWithType: "JobDetails.storageAccountId()"
summary: "Get the storage<wbr>Account<wbr>Id property: The resource identifier of the storage account where data will be imported to or exported from."
syntax: "public String storageAccountId()"
desc: "Get the storageAccountId property: The resource identifier of the storage account where data will be imported to or exported from."
returns:
description: "the storageAccountId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "JobDetails.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.validate()"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.validate()"
name: "validate()"
nameWithType: "JobDetails.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withBackupDriveManifest(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withBackupDriveManifest(Boolean backupDriveManifest)"
name: "withBackupDriveManifest(Boolean backupDriveManifest)"
nameWithType: "JobDetails.withBackupDriveManifest(Boolean backupDriveManifest)"
summary: "Set the backup<wbr>Drive<wbr>Manifest property: Default value is false."
parameters:
- description: "the backupDriveManifest value to set."
name: "backupDriveManifest"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public JobDetails withBackupDriveManifest(Boolean backupDriveManifest)"
desc: "Set the backupDriveManifest property: Default value is false. Indicates whether the manifest files on the drives should be copied to block blobs."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withCancelRequested(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withCancelRequested(Boolean cancelRequested)"
name: "withCancelRequested(Boolean cancelRequested)"
nameWithType: "JobDetails.withCancelRequested(Boolean cancelRequested)"
summary: "Set the cancel<wbr>Requested property: Indicates whether a request has been submitted to cancel the job."
parameters:
- description: "the cancelRequested value to set."
name: "cancelRequested"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public JobDetails withCancelRequested(Boolean cancelRequested)"
desc: "Set the cancelRequested property: Indicates whether a request has been submitted to cancel the job."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withDeliveryPackage(com.azure.resourcemanager.storageimportexport.models.DeliveryPackageInformation)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withDeliveryPackage(DeliveryPackageInformation deliveryPackage)"
name: "withDeliveryPackage(DeliveryPackageInformation deliveryPackage)"
nameWithType: "JobDetails.withDeliveryPackage(DeliveryPackageInformation deliveryPackage)"
summary: "Set the delivery<wbr>Package property: Contains information about the package being shipped by the customer to the Microsoft data center."
parameters:
- description: "the deliveryPackage value to set."
name: "deliveryPackage"
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.DeliveryPackageInformation?alt=com.azure.resourcemanager.storageimportexport.models.DeliveryPackageInformation&text=DeliveryPackageInformation\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobDetails withDeliveryPackage(DeliveryPackageInformation deliveryPackage)"
desc: "Set the deliveryPackage property: Contains information about the package being shipped by the customer to the Microsoft data center."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withDiagnosticsPath(java.lang.String)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withDiagnosticsPath(String diagnosticsPath)"
name: "withDiagnosticsPath(String diagnosticsPath)"
nameWithType: "JobDetails.withDiagnosticsPath(String diagnosticsPath)"
summary: "Set the diagnostics<wbr>Path property: The virtual blob directory to which the copy logs and backups of drive manifest files (if enabled) will be stored."
parameters:
- description: "the diagnosticsPath value to set."
name: "diagnosticsPath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobDetails withDiagnosticsPath(String diagnosticsPath)"
desc: "Set the diagnosticsPath property: The virtual blob directory to which the copy logs and backups of drive manifest files (if enabled) will be stored."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withDriveList(java.util.List<com.azure.resourcemanager.storageimportexport.models.DriveStatus>)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withDriveList(List<DriveStatus> driveList)"
name: "withDriveList(List<DriveStatus> driveList)"
nameWithType: "JobDetails.withDriveList(List<DriveStatus> driveList)"
summary: "Set the drive<wbr>List property: List of up to ten drives that comprise the job."
parameters:
- description: "the driveList value to set."
name: "driveList"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.storageimportexport.models.DriveStatus?alt=com.azure.resourcemanager.storageimportexport.models.DriveStatus&text=DriveStatus\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public JobDetails withDriveList(List<DriveStatus> driveList)"
desc: "Set the driveList property: List of up to ten drives that comprise the job. The drive list is a required element for an import job; it is not specified for export jobs."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withEncryptionKey(com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withEncryptionKey(EncryptionKeyDetails encryptionKey)"
name: "withEncryptionKey(EncryptionKeyDetails encryptionKey)"
nameWithType: "JobDetails.withEncryptionKey(EncryptionKeyDetails encryptionKey)"
summary: "Set the encryption<wbr>Key property: Contains information about the encryption key."
parameters:
- description: "the encryptionKey value to set."
name: "encryptionKey"
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails?alt=com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails&text=EncryptionKeyDetails\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobDetails withEncryptionKey(EncryptionKeyDetails encryptionKey)"
desc: "Set the encryptionKey property: Contains information about the encryption key."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withExport(com.azure.resourcemanager.storageimportexport.models.Export)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withExport(Export export)"
name: "withExport(Export export)"
nameWithType: "JobDetails.withExport(Export export)"
summary: "Set the export property: A property containing information about the blobs to be exported for an export job."
parameters:
- description: "the export value to set."
name: "export"
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.Export?alt=com.azure.resourcemanager.storageimportexport.models.Export&text=Export\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobDetails withExport(Export export)"
desc: "Set the export property: A property containing information about the blobs to be exported for an export job. This property is included for export jobs only."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withIncompleteBlobListUri(java.lang.String)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withIncompleteBlobListUri(String incompleteBlobListUri)"
name: "withIncompleteBlobListUri(String incompleteBlobListUri)"
nameWithType: "JobDetails.withIncompleteBlobListUri(String incompleteBlobListUri)"
summary: "Set the incomplete<wbr>Blob<wbr>List<wbr>Uri property: A blob path that points to a block blob containing a list of blob names that were not exported due to insufficient drive space."
parameters:
- description: "the incompleteBlobListUri value to set."
name: "incompleteBlobListUri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobDetails withIncompleteBlobListUri(String incompleteBlobListUri)"
desc: "Set the incompleteBlobListUri property: A blob path that points to a block blob containing a list of blob names that were not exported due to insufficient drive space. If all blobs were exported successfully, then this element is not included in the response."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withJobType(java.lang.String)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withJobType(String jobType)"
name: "withJobType(String jobType)"
nameWithType: "JobDetails.withJobType(String jobType)"
summary: "Set the job<wbr>Type property: The type of job."
parameters:
- description: "the jobType value to set."
name: "jobType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobDetails withJobType(String jobType)"
desc: "Set the jobType property: The type of job."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withLogLevel(java.lang.String)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withLogLevel(String logLevel)"
name: "withLogLevel(String logLevel)"
nameWithType: "JobDetails.withLogLevel(String logLevel)"
summary: "Set the log<wbr>Level property: Default value is Error."
parameters:
- description: "the logLevel value to set."
name: "logLevel"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobDetails withLogLevel(String logLevel)"
desc: "Set the logLevel property: Default value is Error. Indicates whether error logging or verbose logging will be enabled."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withPercentComplete(java.lang.Long)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withPercentComplete(Long percentComplete)"
name: "withPercentComplete(Long percentComplete)"
nameWithType: "JobDetails.withPercentComplete(Long percentComplete)"
summary: "Set the percent<wbr>Complete property: Overall percentage completed for the job."
parameters:
- description: "the percentComplete value to set."
name: "percentComplete"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public JobDetails withPercentComplete(Long percentComplete)"
desc: "Set the percentComplete property: Overall percentage completed for the job."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withProvisioningState(java.lang.String)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withProvisioningState(String provisioningState)"
name: "withProvisioningState(String provisioningState)"
nameWithType: "JobDetails.withProvisioningState(String provisioningState)"
summary: "Set the provisioning<wbr>State property: Specifies the provisioning state of the job."
parameters:
- description: "the provisioningState value to set."
name: "provisioningState"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobDetails withProvisioningState(String provisioningState)"
desc: "Set the provisioningState property: Specifies the provisioning state of the job."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withReturnAddress(com.azure.resourcemanager.storageimportexport.models.ReturnAddress)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withReturnAddress(ReturnAddress returnAddress)"
name: "withReturnAddress(ReturnAddress returnAddress)"
nameWithType: "JobDetails.withReturnAddress(ReturnAddress returnAddress)"
summary: "Set the return<wbr>Address property: Specifies the return address information for the job."
parameters:
- description: "the returnAddress value to set."
name: "returnAddress"
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.ReturnAddress?alt=com.azure.resourcemanager.storageimportexport.models.ReturnAddress&text=ReturnAddress\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobDetails withReturnAddress(ReturnAddress returnAddress)"
desc: "Set the returnAddress property: Specifies the return address information for the job."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withReturnPackage(com.azure.resourcemanager.storageimportexport.models.PackageInformation)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withReturnPackage(PackageInformation returnPackage)"
name: "withReturnPackage(PackageInformation returnPackage)"
nameWithType: "JobDetails.withReturnPackage(PackageInformation returnPackage)"
summary: "Set the return<wbr>Package property: Contains information about the package being shipped from the Microsoft data center to the customer to return the drives."
parameters:
- description: "the returnPackage value to set."
name: "returnPackage"
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.PackageInformation?alt=com.azure.resourcemanager.storageimportexport.models.PackageInformation&text=PackageInformation\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobDetails withReturnPackage(PackageInformation returnPackage)"
desc: "Set the returnPackage property: Contains information about the package being shipped from the Microsoft data center to the customer to return the drives. The format is the same as the deliveryPackage property above. This property is not included if the drives have not yet been returned."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withReturnShipping(com.azure.resourcemanager.storageimportexport.models.ReturnShipping)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withReturnShipping(ReturnShipping returnShipping)"
name: "withReturnShipping(ReturnShipping returnShipping)"
nameWithType: "JobDetails.withReturnShipping(ReturnShipping returnShipping)"
summary: "Set the return<wbr>Shipping property: Specifies the return carrier and customer's account with the carrier."
parameters:
- description: "the returnShipping value to set."
name: "returnShipping"
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.ReturnShipping?alt=com.azure.resourcemanager.storageimportexport.models.ReturnShipping&text=ReturnShipping\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobDetails withReturnShipping(ReturnShipping returnShipping)"
desc: "Set the returnShipping property: Specifies the return carrier and customer's account with the carrier."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withShippingInformation(com.azure.resourcemanager.storageimportexport.models.ShippingInformation)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withShippingInformation(ShippingInformation shippingInformation)"
name: "withShippingInformation(ShippingInformation shippingInformation)"
nameWithType: "JobDetails.withShippingInformation(ShippingInformation shippingInformation)"
summary: "Set the shipping<wbr>Information property: Contains information about the Microsoft datacenter to which the drives should be shipped."
parameters:
- description: "the shippingInformation value to set."
name: "shippingInformation"
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.ShippingInformation?alt=com.azure.resourcemanager.storageimportexport.models.ShippingInformation&text=ShippingInformation\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobDetails withShippingInformation(ShippingInformation shippingInformation)"
desc: "Set the shippingInformation property: Contains information about the Microsoft datacenter to which the drives should be shipped."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withState(java.lang.String)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withState(String state)"
name: "withState(String state)"
nameWithType: "JobDetails.withState(String state)"
summary: "Set the state property: Current state of the job."
parameters:
- description: "the state value to set."
name: "state"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobDetails withState(String state)"
desc: "Set the state property: Current state of the job."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withStorageAccountId(java.lang.String)"
fullName: "com.azure.resourcemanager.storageimportexport.models.JobDetails.withStorageAccountId(String storageAccountId)"
name: "withStorageAccountId(String storageAccountId)"
nameWithType: "JobDetails.withStorageAccountId(String storageAccountId)"
summary: "Set the storage<wbr>Account<wbr>Id property: The resource identifier of the storage account where data will be imported to or exported from."
parameters:
- description: "the storageAccountId value to set."
name: "storageAccountId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobDetails withStorageAccountId(String storageAccountId)"
desc: "Set the storageAccountId property: The resource identifier of the storage account where data will be imported to or exported from."
returns:
description: "the JobDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Specifies the job properties."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storageimportexport.models.JobDetails?alt=com.azure.resourcemanager.storageimportexport.models.JobDetails&text=JobDetails\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.storageimportexport.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-storageimportexport:1.0.0-beta.3