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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript