DestinationManagedDiskDetails Class
Details for the destination compute disks.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.databox.v2018_01_01.models._models_py3.DestinationAccountDetailsDestinationManagedDiskDetails
Constructor
DestinationManagedDiskDetails(*, resource_group_id: str, staging_storage_account_id: str, account_id: Optional[str] = None, **kwargs)
Parameters
- data_destination_type
- str or <xref:azure.mgmt.databox.models.DataDestinationType>
Required
Required. Data Destination Type.Constant filled by server. Possible values include: "UnknownType", "StorageAccount", "ManagedDisk".
- resource_group_id
- str
Required
Required. Destination Resource Group Id where the Compute disks should be created.
- staging_storage_account_id
- str
Required
Required. Arm Id of the storage account that can be used to copy the vhd for staging.
Feedback
Submit and view feedback for