DestinationAccountDetails Class

Details of the destination storage accounts.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: DestinationManagedDiskDetails, DestinationStorageAccountDetails.

All required parameters must be populated in order to send to Azure.

Inheritance
DestinationAccountDetails

Constructor

DestinationAccountDetails(*, account_id: Optional[str] = None, share_password: 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: "StorageAccount", "ManagedDisk".

account_id
str
Required

Arm Id of the destination where the data has to be moved.

share_password
str
Required

Share password to be shared by all shares in SA.