AzureContainerInfo Class
Azure container mapping of the endpoint.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
AzureContainerInfo
Constructor
AzureContainerInfo(*, storage_account_credential_id: str, container_name: str, data_format: Union[str, azure.mgmt.databoxedge.v2020_05_01_preview.models._data_box_edge_management_client_enums.AzureContainerDataFormat], **kwargs)
Parameters
- storage_account_credential_id
- str
Required
Required. ID of the storage account credential used to access storage.
- container_name
- str
Required
Required. Container name (Based on the data format specified, this represents the name of Azure Files/Page blob/Block blob).
- data_format
- str or AzureContainerDataFormat
Required
Required. Storage format used for the file represented by the share. Possible values include: "BlockBlob", "PageBlob", "AzureFile".
Feedback
Submit and view feedback for