Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Sku

Package version

Billing information related properties of a server.

Hierarchy

  • Sku

Index

Properties

Optional capacity

capacity: undefined | number

The scale up/out capacity, representing server's compute units.

Optional family

family: undefined | string

The family of hardware.

Optional name

name: undefined | string

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

Optional size

size: undefined | string

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

Optional tier

tier: SkuTier

The tier of the particular SKU, e.g. Basic. Possible values include: 'Basic', 'GeneralPurpose', 'MemoryOptimized'

Generated using TypeDoc