WorkloadProfileStatesProperties interface
Workload Profile resource specific properties.
Properties
current |
Current count of nodes. |
maximum |
Maximum count of nodes. |
minimum |
Minimum count of instances. |
Property Details
currentCount
Current count of nodes.
currentCount?: number
Property Value
number
maximumCount
Maximum count of nodes.
maximumCount?: number
Property Value
number
minimumCount
Minimum count of instances.
minimumCount?: number
Property Value
number