Share via


OperationMetaMetricSpecification Constructors

Definition

Overloads

OperationMetaMetricSpecification()

Initializes a new instance of the OperationMetaMetricSpecification class.

OperationMetaMetricSpecification(String, IList<DimensionProperties>, String, String, String, String, String, String, String, IList<String>, IList<String>, String)

Initializes a new instance of the OperationMetaMetricSpecification class.

OperationMetaMetricSpecification()

Initializes a new instance of the OperationMetaMetricSpecification class.

public OperationMetaMetricSpecification ();
Public Sub New ()

Applies to

OperationMetaMetricSpecification(String, IList<DimensionProperties>, String, String, String, String, String, String, String, IList<String>, IList<String>, String)

Initializes a new instance of the OperationMetaMetricSpecification class.

public OperationMetaMetricSpecification (string aggregationType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Purview.Models.DimensionProperties> dimensions = default, string displayDescription = default, string displayName = default, string enableRegionalMdmAccount = default, string internalMetricName = default, string name = default, string resourceIdDimensionNameOverride = default, string sourceMdmNamespace = default, System.Collections.Generic.IList<string> supportedAggregationTypes = default, System.Collections.Generic.IList<string> supportedTimeGrainTypes = default, string unit = default);
new Microsoft.Azure.Management.Purview.Models.OperationMetaMetricSpecification : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Purview.Models.DimensionProperties> * string * string * string * string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Purview.Models.OperationMetaMetricSpecification
Public Sub New (Optional aggregationType As String = Nothing, Optional dimensions As IList(Of DimensionProperties) = Nothing, Optional displayDescription As String = Nothing, Optional displayName As String = Nothing, Optional enableRegionalMdmAccount As String = Nothing, Optional internalMetricName As String = Nothing, Optional name As String = Nothing, Optional resourceIdDimensionNameOverride As String = Nothing, Optional sourceMdmNamespace As String = Nothing, Optional supportedAggregationTypes As IList(Of String) = Nothing, Optional supportedTimeGrainTypes As IList(Of String) = Nothing, Optional unit As String = Nothing)

Parameters

aggregationType
String

aggregation type of metric

dimensions
IList<DimensionProperties>

properties for dimension

displayDescription
String

description of the metric

displayName
String

localized name of the metric

enableRegionalMdmAccount
String

enable regional mdm account

internalMetricName
String

internal metric name

name
String

name of the metric

resourceIdDimensionNameOverride
String

dimension name use to replace resource id if specified

sourceMdmNamespace
String

Metric namespace. Only set the namespace if different from the default value, leaving it empty makes it use the value from the ARM manifest.

supportedAggregationTypes
IList<String>

supported aggregation types

supportedTimeGrainTypes
IList<String>

supported time grain types

unit
String

units for the metric

Applies to