ScaleRuleMetricDimension Constructors
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.
Overloads
ScaleRuleMetricDimension() |
Initializes a new instance of the ScaleRuleMetricDimension class. |
ScaleRuleMetricDimension(String, String, IList<String>) |
Initializes a new instance of the ScaleRuleMetricDimension class. |
ScaleRuleMetricDimension()
Initializes a new instance of the ScaleRuleMetricDimension class.
public ScaleRuleMetricDimension ();
Public Sub New ()
Applies to
ScaleRuleMetricDimension(String, String, IList<String>)
Initializes a new instance of the ScaleRuleMetricDimension class.
public ScaleRuleMetricDimension (string dimensionName, string operatorProperty, System.Collections.Generic.IList<string> values);
new Microsoft.Azure.Management.Monitor.Models.ScaleRuleMetricDimension : string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Monitor.Models.ScaleRuleMetricDimension
Public Sub New (dimensionName As String, operatorProperty As String, values As IList(Of String))
Parameters
- dimensionName
- String
Name of the dimension.
- operatorProperty
- String
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'
Applies to
Azure SDK for .NET