AvailableServiceSkuCapacity interface
A description of the scaling capacities of the SKU
Properties
default | The default capacity |
maximum | The maximum capacity |
minimum | The minimum capacity, usually 0 or 1. |
scale |
The scalability approach |
Property Details
default
The default capacity
default?: number
Property Value
number
maximum
The maximum capacity
maximum?: number
Property Value
number
minimum
The minimum capacity, usually 0 or 1.
minimum?: number
Property Value
number
scaleType
The scalability approach
scaleType?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript