TransferAllDetails Class

Details to transfer all data.

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

Inheritance
TransferAllDetails

Constructor

TransferAllDetails(*, data_account_type: Union[str, azure.mgmt.databox.v2020_04_01.models._data_box_management_client_enums.DataAccountType], transfer_all_blobs: Optional[bool] = None, transfer_all_files: Optional[bool] = None, **kwargs)

Parameters

data_account_type
str or <xref:azure.mgmt.databox.models.DataAccountType>
Required

Required. Type of the account of data. Possible values include: "StorageAccount", "ManagedDisk".

transfer_all_blobs
bool
Required

To indicate if all Azure blobs have to be transferred.

transfer_all_files
bool
Required

To indicate if all Azure Files have to be transferred.