MetricDimension 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
MetricDimension() | |
MetricDimension(String, String, IList<String>) |
MetricDimension()
public MetricDimension ();
Public Sub New ()
Applies to
MetricDimension(String, String, IList<String>)
public MetricDimension (string name, string operatorProperty, System.Collections.Generic.IList<string> values);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.MetricDimension : string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.MetricDimension
Public Sub New (name As String, operatorProperty As String, values As IList(Of String))
Parameters
- name
- String
- operatorProperty
- String