AzureStorageInfoValue interface

Azure Files or Blob Storage access information value for dictionary storage.

Properties

accessKey

Access key for the storage account.

accountName

Name of the storage account.

mountPath

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

shareName

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

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

Property Value

type

Type of storage.

type?: AzureStorageType

Property Value