StorageAccountDetails Class

Details for the storage account.

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

Inheritance
azure.mgmt.databox.v2020_11_01.models._models_py3.DataAccountDetails
StorageAccountDetails

Constructor

StorageAccountDetails(*, storage_account_id: str, share_password: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
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 : @#-$%^!+=;:_()]+.

storage_account_id
str

Storage Account Resource Id. Required.

Variables

Name Description
data_account_type

Account Type of the data to be transferred. Required. Known values are: "StorageAccount" and "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 : @#-$%^!+=;:_()]+.

storage_account_id
str

Storage Account Resource Id. Required.