Package version:

Interface SkuCapacity

Describes scaling information of a sku.

Hierarchy

  • SkuCapacity

Properties

allowedValues?: number[]

Allows capacity value list. NOTE: This property will not be serialized. It can only be populated by the server.

default?: number

The default capacity. NOTE: This property will not be serialized. It can only be populated by the server.

maximum?: number

The highest permitted capacity for this resource NOTE: This property will not be serialized. It can only be populated by the server.

minimum?: number

The lowest permitted capacity for this resource NOTE: This property will not be serialized. It can only be populated by the server.

scaleType?: string

The scale type applicable to the sku. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc