Package version:

The scaling rule.

interface ScalingRule {
    actionType: string;
    comparisonRule: ComparisonRule;
    evaluationCount: number;
    scalingMetric: string;
}

Properties

actionType: string

The action type.

comparisonRule: ComparisonRule

The comparison rule.

evaluationCount: number

This is an evaluation count for a scaling condition, the number of times a trigger condition should be successful, before scaling activity is triggered.

scalingMetric: string

Metrics name for individual workloads. For example: cpu