Package version:

Interface Sku

An ARM Resource SKU.

Hierarchy

  • Sku

Properties

capacity?: number

Capacity of the particular SKU.

family?: string

If the service has different generations of hardware, for the same SKU, then that can be captured here.

name: string

The name of the SKU, typically, a letter + Number code, e.g. P3.

size?: string

Size of the particular SKU

tier?: string

The tier or edition of the particular SKU, e.g. Basic, Premium.

Generated using TypeDoc