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() |
Initializes a new instance of the MetricDimension class. |
MetricDimension(String, String, IList<String>) |
Initializes a new instance of the MetricDimension class. |
MetricDimension()
Initializes a new instance of the MetricDimension class.
public MetricDimension ();
Public Sub New ()
Applies to
MetricDimension(String, String, IList<String>)
Initializes a new instance of the MetricDimension class.
public MetricDimension (string name, string operatorProperty, System.Collections.Generic.IList<string> values);
new Microsoft.Azure.Management.Monitor.Models.MetricDimension : string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Monitor.Models.MetricDimension
Public Sub New (name As String, operatorProperty As String, values As IList(Of String))
Parameters
- name
- String
Name of the dimension.
- operatorProperty
- String
the dimension operator. Only 'Include' and 'Exclude' are supported
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET