AzureContainerInfo Class
Azure container mapping of the endpoint.
All required parameters must be populated in order to send to server.
Constructor
AzureContainerInfo(*, storage_account_credential_id: str, container_name: str, data_format: str | _models.AzureContainerDataFormat, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
storage_account_credential_id
|
ID of the storage account credential used to access storage. Required. |
|
container_name
|
Container name (Based on the data format specified, this represents the name of Azure Files/Page blob/Block blob). Required. |
|
data_format
|
Storage format used for the file represented by the share. Required. Known values are: "BlockBlob", "PageBlob", and "AzureFile". |
Variables
| Name | Description |
|---|---|
|
storage_account_credential_id
|
ID of the storage account credential used to access storage. Required. |
|
container_name
|
Container name (Based on the data format specified, this represents the name of Azure Files/Page blob/Block blob). Required. |
|
data_format
|
Storage format used for the file represented by the share. Required. Known values are: "BlockBlob", "PageBlob", and "AzureFile". |