Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourceSku

Package version

interface

An interface representing ResourceSku. The SKU of a resource.

Hierarchy

  • ResourceSku

Index

Properties

Properties

Optional capacity

capacity: undefined | number
member

{number} [capacity] The scale-out capacity of the resource. 1 is 1x, 2 is 2x, etc. This impacts the quantities and cost of any commitment plan resource.

Optional name

name: undefined | string
member

{string} [name] The SKU name. Along with tier, uniquely identifies the SKU.

Optional tier

tier: undefined | string
member

{string} [tier] The SKU tier. Along with name, uniquely identifies the SKU.

Generated using TypeDoc