Table of Contents

Enum AzureStorageAccountSkuType

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

Represents the SKU type for the storage account.

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

Fields

PremiumLrs = 7

The stock keeping unit (SKU) is premium locally-redundant storage (LRS).

PremiumZrs = 8

The stock keeping unit (SKU) is premium zone-redundant storage (ZRS).

StandardGrs = 3

The stock keeping unit (SKU) is standard geo-redundant storage (GRS).

StandardGzrs = 4

The stock keeping unit (SKU) is standard geo zone redundant storage (GZRS).

StandardLrs = 1

The stock keeping unit (SKU) is standard locally-redundant storage (LRS).

StandardRagrs = 5

The stock keeping unit (SKU) is standard read access geo-redundant storage (RA-GRS).

StandardRagzrs = 6

The stock keeping unit (SKU) is standard read access geo zone redundant storage (RA-GZRS).

StandardZrs = 2

The stock keeping unit (SKU) is standard zone-redundant storage (ZRS).

Unknown = 0

The stock keeping unit (SKU) is unknown.