Package version:

Interface ResourceSkuCapacity

Describes scaling information of a SKU.

interface ResourceSkuCapacity {
    default?: number;
    maximum?: number;
    minimum?: number;
    scaleType?: ResourceSkuCapacityScaleType;
}

Properties

default?: number

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

maximum?: number

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

minimum?: number

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

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