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.v2021_02_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".
Variables
- state
- str or AzureStorageState
State of the storage account. Possible values include: "Ok", "InvalidCredentials", "InvalidShare", "NotValidated".
Feedback
Submit and view feedback for