Package version:

Interface WorkloadProfileStatesProperties

Workload Profile resource specific properties.

interface WorkloadProfileStatesProperties {
    currentCount?: number;
    maximumCount?: number;
    minimumCount?: number;
}

Properties

currentCount?: number

Current count of nodes.

maximumCount?: number

Maximum count of nodes.

minimumCount?: number

Minimum count of instances.