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