Sku interface
An ARM Resource SKU.
Properties
capacity | Capacity of the particular SKU. |
family | If the service has different generations of hardware, for the same SKU, then that can be captured here. |
name | The name of the SKU, typically, a letter + Number code, e.g. P3. |
size | Size of the particular SKU |
tier | The tier or edition of the particular SKU, e.g. Basic, Premium. |
Property Details
capacity
Capacity of the particular SKU.
capacity?: number
Property Value
number
family
If the service has different generations of hardware, for the same SKU, then that can be captured here.
family?: string
Property Value
string
name
The name of the SKU, typically, a letter + Number code, e.g. P3.
name: string
Property Value
string
size
Size of the particular SKU
size?: string
Property Value
string
tier
The tier or edition of the particular SKU, e.g. Basic, Premium.
tier?: string
Property Value
string