ScaleRuleMetricDimension Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies an auto scale rule metric dimension.
public class ScaleRuleMetricDimension
type ScaleRuleMetricDimension = class
Public Class ScaleRuleMetricDimension
- Inheritance
-
ScaleRuleMetricDimension
Constructors
ScaleRuleMetricDimension() |
Initializes a new instance of the ScaleRuleMetricDimension class. |
ScaleRuleMetricDimension(String, String, IList<String>) |
Initializes a new instance of the ScaleRuleMetricDimension class. |
Properties
DimensionName |
Gets or sets name of the dimension. |
OperatorProperty |
Gets or sets 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. Possible values include: 'Equals', 'NotEquals' |
Values |
Gets or sets list of dimension values. For example: ["App1","App2"]. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET