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?: number

Property Value

number

family

The family of hardware.

family?: string

Property Value

string

name

The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8.

name: string

Property Value

string

size

The size code, to be interpreted by resource as appropriate.

size?: string

Property Value

string

tier

The tier of the particular SKU, e.g. Basic.

tier?: string

Property Value

string