DestinationStorageAccountDetails Class

Details for the destination storage account.

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

Inheritance
azure.mgmt.databox.v2019_09_01.models._models_py3.DestinationAccountDetails
DestinationStorageAccountDetails

Constructor

DestinationStorageAccountDetails(*, storage_account_id: str, 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.

storage_account_id
str
Required

Required. Destination Storage Account Arm Id.