DataExportDetails Class

Details of the data to be used for exporting data from azure.

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

Inheritance
DataExportDetails

Constructor

DataExportDetails(*, transfer_configuration: azure.mgmt.databox.v2020_04_01.models._models_py3.TransferConfiguration, account_details: azure.mgmt.databox.v2020_04_01.models._models_py3.DataAccountDetails, log_collection_level: Optional[Union[str, azure.mgmt.databox.v2020_04_01.models._data_box_management_client_enums.LogCollectionLevel]] = None, **kwargs)

Parameters

transfer_configuration
<xref:azure.mgmt.databox.models.TransferConfiguration>
Required

Required. Configuration for the data transfer.

log_collection_level
str or <xref:azure.mgmt.databox.models.LogCollectionLevel>
Required

Level of the logs to be collected. Possible values include: "Error", "Verbose".

account_details
<xref:azure.mgmt.databox.models.DataAccountDetails>
Required

Required. Account details of the data to be transferred.