AzureStorageInfoValue Class

Definition

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

public class AzureStorageInfoValue
type AzureStorageInfoValue = class
Public Class AzureStorageInfoValue
Inheritance
AzureStorageInfoValue

Constructors

AzureStorageInfoValue()

Initializes a new instance of the AzureStorageInfoValue class.

AzureStorageInfoValue(Nullable<AzureStorageType>, String, String, String, String, Nullable<AzureStorageState>)

Initializes a new instance of the AzureStorageInfoValue class.

Properties

AccessKey

Gets or sets access key for the storage account.

AccountName

Gets or sets name of the storage account.

MountPath

Gets or sets path to mount the storage within the site's runtime environment.

ShareName

Gets or sets name of the file share (container name, for Blob storage).

State

Gets state of the storage account. Possible values include: 'Ok', 'InvalidCredentials', 'InvalidShare', 'NotValidated'

Type

Gets or sets type of storage. Possible values include: 'AzureFiles', 'AzureBlob'

Applies to