Sku interface
Billing information related properties of a server.
Properties
| capacity | The scale up/out capacity, representing server's compute units. | 
| family | The family of hardware. | 
| name | The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8. | 
| size | The size code, to be interpreted by resource as appropriate. | 
| tier | The tier of the particular SKU, e.g. Basic. | 
Property Details
capacity
The scale up/out capacity, representing server's compute units.
capacity?: numberProperty Value
number
family
The family of hardware.
family?: stringProperty Value
string
name
The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8.
name: stringProperty Value
string
size
The size code, to be interpreted by resource as appropriate.
size?: stringProperty Value
string
tier
The tier of the particular SKU, e.g. Basic.
tier?: stringProperty Value
string