SkuInformation interface
Storage SKU and its properties
Properties
| capabilities | The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc. |
| kind | Indicates the type of storage account. |
| location |
|
| 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.). |
| name | The SKU name. Required for account creation; optional for update. Note that in older versions, SKU name was called accountType. |
| resource |
The type of the resource, usually it is 'storageAccounts'. |
| 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. |
Property Details
capabilities
The capability information in the specified SKU, including file encryption, network ACLs, change notification, etc.
capabilities?: SKUCapability[]
Property Value
kind
Indicates the type of storage account.
kind?: string
Property Value
string
locationInfo
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.).
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'.
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[]