AzureContainerInfo Class

Azure container mapping of the endpoint.

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

Inheritance
msrest.serialization.Model
AzureContainerInfo

Constructor

AzureContainerInfo(*, storage_account_credential_id: str, container_name: str, data_format: str | AzureContainerDataFormat, **kwargs)

Parameters

Name Description
storage_account_credential_id
Required
str

Required. ID of the storage account credential used to access storage.

container_name
Required
str

Required. Container name (Based on the data format specified, this represents the name of Azure Files/Page blob/Block blob).

data_format
Required

Required. Storage format used for the file represented by the share. Possible values include: "BlockBlob", "PageBlob", "AzureFile".

Keyword-Only Parameters

Name Description
storage_account_credential_id
Required
container_name
Required
data_format
Required