AzureStorageInfoValue interface
Azure Files or Blob Storage access information value for dictionary storage.
Properties
| access |
Access key for the storage account. |
| account |
Name of the storage account. |
| mount |
Path to mount the storage within the site's runtime environment. |
| protocol | Mounting protocol to use for the storage account. |
| share |
Name of the file share (container name, for Blob storage). |
| state | State of the storage account. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Type of storage. |
Property Details
accessKey
Access key for the storage account.
accessKey?: string
Property Value
string
accountName
Name of the storage account.
accountName?: string
Property Value
string
mountPath
Path to mount the storage within the site's runtime environment.
mountPath?: string
Property Value
string
protocol
Mounting protocol to use for the storage account.
protocol?: string
Property Value
string
shareName
Name of the file share (container name, for Blob storage).
shareName?: string
Property Value
string
state
State of the storage account. NOTE: This property will not be serialized. It can only be populated by the server.
state?: AzureStorageState