SkuCapacity interface
Describes scaling information of a sku.
Properties
allowed |
Allows capacity value list. NOTE: This property will not be serialized. It can only be populated by the server. |
default | The default capacity. NOTE: This property will not be serialized. It can only be populated by the server. |
maximum | The highest permitted capacity for this resource NOTE: This property will not be serialized. It can only be populated by the server. |
minimum | The lowest permitted capacity for this resource 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
allowedValues
Allows capacity value list. NOTE: This property will not be serialized. It can only be populated by the server.
allowedValues?: number[]
Property Value
number[]
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 highest permitted capacity for this resource NOTE: This property will not be serialized. It can only be populated by the server.
maximum?: number
Property Value
number
minimum
The lowest permitted capacity for this resource 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