MetricSpecifications 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
MetricSpecifications() |
Initializes a new instance of the MetricSpecifications class. |
MetricSpecifications(String, String, String, String, String, IList<String>, IList<String>, Nullable<Boolean>, String, String, String, Nullable<Boolean>, String, String, Nullable<Boolean>, String, IList<Dimension>) |
Initializes a new instance of the MetricSpecifications class. |
MetricSpecifications()
Initializes a new instance of the MetricSpecifications class.
public MetricSpecifications ();
Public Sub New ()
Applies to
MetricSpecifications(String, String, String, String, String, IList<String>, IList<String>, Nullable<Boolean>, String, String, String, Nullable<Boolean>, String, String, Nullable<Boolean>, String, IList<Dimension>)
Initializes a new instance of the MetricSpecifications class.
public MetricSpecifications (string name = default, string displayName = default, string displayDescription = default, string unit = default, string aggregationType = default, System.Collections.Generic.IList<string> supportedAggregationTypes = default, System.Collections.Generic.IList<string> supportedTimeGrainTypes = default, bool? enableRegionalMdmAccount = default, string sourceMdmAccount = default, string sourceMdmNamespace = default, string metricFilterPattern = default, bool? fillGapWithZero = default, string category = default, string resourceIdDimensionNameOverride = default, bool? isInternal = default, string delegateMetricNameOverride = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Dimension> dimensions = default);
new Microsoft.Azure.Management.HDInsight.Models.MetricSpecifications : string * string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Nullable<bool> * string * string * string * Nullable<bool> * string * string * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.Dimension> -> Microsoft.Azure.Management.HDInsight.Models.MetricSpecifications
Public Sub New (Optional name As String = Nothing, Optional displayName As String = Nothing, Optional displayDescription As String = Nothing, Optional unit As String = Nothing, Optional aggregationType As String = Nothing, Optional supportedAggregationTypes As IList(Of String) = Nothing, Optional supportedTimeGrainTypes As IList(Of String) = Nothing, Optional enableRegionalMdmAccount As Nullable(Of Boolean) = Nothing, Optional sourceMdmAccount As String = Nothing, Optional sourceMdmNamespace As String = Nothing, Optional metricFilterPattern As String = Nothing, Optional fillGapWithZero As Nullable(Of Boolean) = Nothing, Optional category As String = Nothing, Optional resourceIdDimensionNameOverride As String = Nothing, Optional isInternal As Nullable(Of Boolean) = Nothing, Optional delegateMetricNameOverride As String = Nothing, Optional dimensions As IList(Of Dimension) = Nothing)
Parameters
- name
- String
The name of the metric specification.
- displayName
- String
The display name of the metric specification.
- displayDescription
- String
The display description of the metric specification.
- unit
- String
The unit of the metric specification.
- aggregationType
- String
The aggregation type of the metric specification.
The supported aggregation types of the metric specification.
The flag indicates whether enable regional mdm account or not.
- sourceMdmAccount
- String
The source mdm account.
- sourceMdmNamespace
- String
The source mdm namespace.
- metricFilterPattern
- String
The metric filter pattern.
- category
- String
The category of the metric.
- resourceIdDimensionNameOverride
- String
The override name of resource id dimension name.
- delegateMetricNameOverride
- String
The override name of delegate metric.