SkuCapacity interface
Describes scaling information of a SKU.
Properties
default | The default capacity. NOTE: This property will not be serialized. It can only be populated by the server. |
maximum | The maximum capacity that can be set. NOTE: This property will not be serialized. It can only be populated by the server. |
minimum | The minimum capacity. NOTE: This property will not be serialized. It can only be populated by the server. |
scale |
The scale type applicable to the sku. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
default
The default capacity. NOTE: This property will not be serialized. It can only be populated by the server.
default?: number
Property Value
number
maximum
The maximum capacity that can be set. NOTE: This property will not be serialized. It can only be populated by the server.
maximum?: number
Property Value
number
minimum
The minimum capacity. NOTE: This property will not be serialized. It can only be populated by the server.
minimum?: number
Property Value
number
scaleType
The scale type applicable to the sku. NOTE: This property will not be serialized. It can only be populated by the server.
scaleType?: string
Property Value
string
Azure SDK for JavaScript