Table of Contents

Enum AzureStorageAccountKind

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the kind of storage account.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureStorageAccountKind

Fields

BlobStorage = 3

The storage account kind is blob storage.

BlockBlobStorage = 5

The storage account kind is block blob storage.

FileStorage = 4

The storage account kind is file storage.

Storage = 1

The storage account kind is storage.

StorageV2 = 2

The storage account kind is storage v2.

Unknown = 0

The storage account kind is unknown.