Share via


ResourceSkuCapacityOutput interface

Describes scaling information of a SKU.

Properties

default

The default capacity.

maximum

The maximum capacity that can be set.

minimum

The minimum capacity.

scaleType

The scale type applicable to the sku.

Property Details

default

The default capacity.

default?: number

Property Value

number

maximum

The maximum capacity that can be set.

maximum?: number

Property Value

number

minimum

The minimum capacity.

minimum?: number

Property Value

number

scaleType

The scale type applicable to the sku.

scaleType?: "Automatic" | "Manual" | "None"

Property Value

"Automatic" | "Manual" | "None"