ManagedDiskDetails Class
Details of the managed disks.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.databox.v2020_04_01.models._models_py3.DataAccountDetailsManagedDiskDetails
Constructor
ManagedDiskDetails(*, resource_group_id: str, staging_storage_account_id: str, share_password: Optional[str] = None, **kwargs)
Parameters
- data_account_type
- str or <xref:azure.mgmt.databox.models.DataAccountType>
Required. Account Type of the data to be transferred.Constant filled by server. Possible values include: "StorageAccount", "ManagedDisk".
- share_password
- str
Password for all the shares to be created on the device. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+.
- staging_storage_account_id
- str
Required. Resource Id of the storage account that can be used to copy the vhd for staging.
Feedback
Submit and view feedback for