OperationMetaMetricSpecification 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
OperationMetaMetricSpecification() |
Initializes a new instance of the OperationMetaMetricSpecification class. |
OperationMetaMetricSpecification(String, IList<DimensionProperties>, String, String, String, Nullable<Boolean>, 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, Nullable<Boolean>, 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.DataShare.Models.DimensionProperties> dimensions = default, string displayDescription = default, string displayName = default, string enableRegionalMdmAccount = default, bool? fillGapWithZero = default, string internalMetricName = default, string name = default, string resourceIdDimensionNameOverride = default, System.Collections.Generic.IList<string> supportedAggregationTypes = default, System.Collections.Generic.IList<string> supportedTimeGrainTypes = default, string unit = default);
new Microsoft.Azure.Management.DataShare.Models.OperationMetaMetricSpecification : string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataShare.Models.DimensionProperties> * string * string * string * Nullable<bool> * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.DataShare.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 fillGapWithZero As Nullable(Of Boolean) = Nothing, Optional internalMetricName As String = Nothing, Optional name As String = Nothing, Optional resourceIdDimensionNameOverride 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
- unit
- String
units for the metric
Applies to
Azure SDK for .NET