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.Model
AzureStorageInfoValue

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
str

Name of the storage account.

share_name
str

Name of the file share (container name, for Blob storage).

access_key
str

Access key for the storage account.

mount_path
str

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
str

Name of the storage account.

share_name
str

Name of the file share (container name, for Blob storage).

access_key
str

Access key for the storage account.

mount_path
str

Path to mount the storage within the site's runtime environment.

state

State of the storage account. Known values are: "Ok", "InvalidCredentials", and "InvalidShare".