Criteria 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
Criteria() |
Initializes a new instance of the Criteria class. |
Criteria(String, IList<Dimension>) |
Initializes a new instance of the Criteria class. |
Criteria()
Initializes a new instance of the Criteria class.
public Criteria();
Public Sub New ()
Applies to
Criteria(String, IList<Dimension>)
Initializes a new instance of the Criteria class.
public Criteria(string metricName, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.Dimension> dimensions = default);
new Microsoft.Azure.Management.Monitor.Models.Criteria : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.Dimension> -> Microsoft.Azure.Management.Monitor.Models.Criteria
Public Sub New (metricName As String, Optional dimensions As IList(Of Dimension) = Nothing)
Parameters
- metricName
- String
Name of the metric
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