ServiceSku interface
An Azure SKU instance
Properties
capacity | The capacity of the SKU, if it supports scaling |
family | The SKU family, used when the service has multiple performance classes within a tier, such as 'A', 'D', etc. for virtual machines |
name | The unique name of the SKU, such as 'P3' |
size | The size of the SKU, used when the name alone does not denote a service size or when a SKU has multiple performance classes within a family, e.g. 'A1' for virtual machines |
tier | The tier of the SKU, such as 'Basic', 'General Purpose', or 'Business Critical' |
Property Details
capacity
The capacity of the SKU, if it supports scaling
capacity?: number
Property Value
number
family
The SKU family, used when the service has multiple performance classes within a tier, such as 'A', 'D', etc. for virtual machines
family?: string
Property Value
string
name
The unique name of the SKU, such as 'P3'
name?: string
Property Value
string
size
The size of the SKU, used when the name alone does not denote a service size or when a SKU has multiple performance classes within a family, e.g. 'A1' for virtual machines
size?: string
Property Value
string
tier
The tier of the SKU, such as 'Basic', 'General Purpose', or 'Business Critical'
tier?: string
Property Value
string