AzureStorageInfoValue Class
Azure Files or Blob Storage access information value for dictionary storage.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web._serialization.ModelAzureStorageInfoValue
Constructor
AzureStorageInfoValue(*, type: str | _models.AzureStorageType | None = None, account_name: str | None = None, share_name: str | None = None, access_key: str | None = None, mount_path: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
Type of storage. Known values are: "AzureFiles" and "AzureBlob". |
account_name
|
Name of the storage account. |
share_name
|
Name of the file share (container name, for Blob storage). |
access_key
|
Access key for the storage account. |
mount_path
|
Path to mount the storage within the site's runtime environment. |
Variables
Name | Description |
---|---|
type
|
Type of storage. Known values are: "AzureFiles" and "AzureBlob". |
account_name
|
Name of the storage account. |
share_name
|
Name of the file share (container name, for Blob storage). |
access_key
|
Access key for the storage account. |
mount_path
|
Path to mount the storage within the site's runtime environment. |
state
|
State of the storage account. Known values are: "Ok", "InvalidCredentials", "InvalidShare", and "NotValidated". |
Azure SDK for Python