ScaleRuleMetricDimension interface
Specifies an auto scale rule metric dimension.
Properties
dimension |
Name of the dimension. |
operator | the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values |
values | list of dimension values. For example: ["App1","App2"]. |
Property Details
dimensionName
Name of the dimension.
dimensionName: string
Property Value
string
operator
the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values
operator: string
Property Value
string
values
list of dimension values. For example: ["App1","App2"].
values: string[]
Property Value
string[]