SkuInformation interface

Storage SKU and its properties

Properties

capabilities

The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc. NOTE: This property will not be serialized. It can only be populated by the server.

kind

Indicates the type of storage account. NOTE: This property will not be serialized. It can only be populated by the server.

locations

The set of locations that the SKU is available. This will be supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). NOTE: This property will not be serialized. It can only be populated by the server.

name

The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.

resourceType

The type of the resource, usually it is 'storageAccounts'. NOTE: This property will not be serialized. It can only be populated by the server.

restrictions

The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.

tier

The SKU tier. This is based on the SKU name. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

capabilities

The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc. NOTE: This property will not be serialized. It can only be populated by the server.

capabilities?: SKUCapability[]

Property Value

kind

Indicates the type of storage account. NOTE: This property will not be serialized. It can only be populated by the server.

kind?: string

Property Value

string

locations

The set of locations that the SKU is available. This will be supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). NOTE: This property will not be serialized. It can only be populated by the server.

locations?: string[]

Property Value

string[]

name

The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType.

name: string

Property Value

string

resourceType

The type of the resource, usually it is 'storageAccounts'. NOTE: This property will not be serialized. It can only be populated by the server.

resourceType?: string

Property Value

string

restrictions

The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.

restrictions?: Restriction[]

Property Value

tier

The SKU tier. This is based on the SKU name. NOTE: This property will not be serialized. It can only be populated by the server.

tier?: SkuTier

Property Value