ResourceSku interface
The SKU of a resource.
Properties
capacity | The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource. |
name | The SKU name. Along with tier, uniquely identifies the SKU. |
tier | The SKU tier. Along with name, uniquely identifies the SKU. |
Property Details
capacity
The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource.
capacity?: number
Property Value
number
name
The SKU name. Along with tier, uniquely identifies the SKU.
name?: string
Property Value
string
tier
The SKU tier. Along with name, uniquely identifies the SKU.
tier?: string
Property Value
string