Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceSku

Package version

An Azure SKU instance

Hierarchy

  • ServiceSku

Index

Properties

Optional capacity

capacity: undefined | number

The capacity of the SKU, if it supports scaling

Optional family

family: undefined | string

The SKU family, used when the service has multiple performance classes within a tier, such as 'A', 'D', etc. for virtual machines

Optional name

name: undefined | string

The unique name of the SKU, such as 'P3'

Optional size

size: undefined | string

The size of the SKU, used when the name alone does not denote a service size or when a SKU has multiple performance classes within a family, e.g. 'A1' for virtual machines

Optional tier

tier: undefined | string

The tier of the SKU, such as 'Basic', 'General Purpose', or 'Business Critical'

Generated using TypeDoc