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
AzureStorageInfoValue

Constructor

AzureStorageInfoValue(*, type: Optional[Union[str, azure.mgmt.web.v2020_09_01.models._web_site_management_client_enums.AzureStorageType]] = None, account_name: Optional[str] = None, share_name: Optional[str] = None, access_key: Optional[str] = None, mount_path: Optional[str] = None, **kwargs)

Parameters

type
str or AzureStorageType
Required

Type of storage. Possible values include: "AzureFiles", "AzureBlob".

account_name
str
Required

Name of the storage account.

share_name
str
Required

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

access_key
str
Required

Access key for the storage account.

mount_path
str
Required

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

Variables

state
str or AzureStorageState

State of the storage account. Possible values include: "Ok", "InvalidCredentials", "InvalidShare".