MetricSpecification 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
MetricSpecification() |
Initializes a new instance of the MetricSpecification class. |
MetricSpecification(String, String, String, String, IList<String>, IList<String>, String, Nullable<Boolean>, String, String, IList<Dimension>, String, Nullable<Boolean>, String, String, Nullable<Boolean>) |
Initializes a new instance of the MetricSpecification class. |
MetricSpecification()
Initializes a new instance of the MetricSpecification class.
public MetricSpecification ();
Public Sub New ()
Applies to
MetricSpecification(String, String, String, String, IList<String>, IList<String>, String, Nullable<Boolean>, String, String, IList<Dimension>, String, Nullable<Boolean>, String, String, Nullable<Boolean>)
Initializes a new instance of the MetricSpecification class.
public MetricSpecification (string name = default, string displayName = default, string displayDescription = default, string unit = default, System.Collections.Generic.IList<string> supportedAggregationTypes = default, System.Collections.Generic.IList<string> supportedTimeGrainTypes = default, string internalMetricName = default, bool? enableRegionalMdmAccount = default, string sourceMdmAccount = default, string sourceMdmNamespace = default, System.Collections.Generic.IList<Microsoft.Azure.Management.NetApp.Models.Dimension> dimensions = default, string aggregationType = default, bool? fillGapWithZero = default, string category = default, string resourceIdDimensionNameOverride = default, bool? isInternal = default);
new Microsoft.Azure.Management.NetApp.Models.MetricSpecification : string * string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * Nullable<bool> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.NetApp.Models.Dimension> * string * Nullable<bool> * string * string * Nullable<bool> -> Microsoft.Azure.Management.NetApp.Models.MetricSpecification
Public Sub New (Optional name As String = Nothing, Optional displayName As String = Nothing, Optional displayDescription As String = Nothing, Optional unit As String = Nothing, Optional supportedAggregationTypes As IList(Of String) = Nothing, Optional supportedTimeGrainTypes As IList(Of String) = Nothing, Optional internalMetricName As String = Nothing, Optional enableRegionalMdmAccount As Nullable(Of Boolean) = Nothing, Optional sourceMdmAccount As String = Nothing, Optional sourceMdmNamespace As String = Nothing, Optional dimensions As IList(Of Dimension) = Nothing, Optional aggregationType 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)
Parameters
- name
- String
Name of metric specification.
- displayName
- String
Display name of metric specification.
- displayDescription
- String
Display description of metric specification.
- unit
- String
Unit could be Bytes or Count.
- internalMetricName
- String
The internal metric name.
Whether or not the service is using regional MDM accounts.
- sourceMdmAccount
- String
The source MDM account.
- sourceMdmNamespace
- String
The source MDM namespace.
- aggregationType
- String
Aggregation type could be Average.
- category
- String
The category this metric specification belong to, could be Capacity.
- resourceIdDimensionNameOverride
- String
Account Resource Id.