AzureContainerInfo Class

Azure container mapping of the endpoint.

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

Inheritance
AzureContainerInfo

Constructor

AzureContainerInfo(**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'