NodeTypeSkuCapacity interface
Provides information about how node type can be scaled.
Properties
default | Default node count in a node type. NOTE: This property will not be serialized. It can only be populated by the server. |
maximum | Highest permitted node count in a node type. NOTE: This property will not be serialized. It can only be populated by the server. |
minimum | Lowest permitted node count in a node type. NOTE: This property will not be serialized. It can only be populated by the server. |
scale |
Node type capacity scale type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
default
Default node count in a node type. NOTE: This property will not be serialized. It can only be populated by the server.
default?: number
Property Value
number
maximum
Highest permitted node count in a node type. NOTE: This property will not be serialized. It can only be populated by the server.
maximum?: number
Property Value
number
minimum
Lowest permitted node count in a node type. NOTE: This property will not be serialized. It can only be populated by the server.
minimum?: number
Property Value
number
scaleType
Node type capacity scale type. NOTE: This property will not be serialized. It can only be populated by the server.
scaleType?: string
Property Value
string
Azure SDK for JavaScript