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, String, Nullable<Boolean>, Nullable<Boolean>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, IList<Dimension>, String, IList<MetricAvailability>, IList<String>) |
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, String, Nullable<Boolean>, Nullable<Boolean>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, IList<Dimension>, String, IList<MetricAvailability>, IList<String>)
Initializes a new instance of the MetricSpecification class.
public MetricSpecification (string name = default, string displayName = default, string displayDescription = default, string unit = default, string aggregationType = default, bool? supportsInstanceLevelAggregation = default, bool? enableRegionalMdmAccount = default, string sourceMdmAccount = default, string sourceMdmNamespace = default, string metricFilterPattern = default, bool? fillGapWithZero = default, bool? isInternal = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.Dimension> dimensions = default, string category = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.MetricAvailability> availabilities = default, System.Collections.Generic.IList<string> supportedTimeGrainTypes = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.MetricSpecification : string * string * string * string * string * Nullable<bool> * Nullable<bool> * string * string * string * Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.Dimension> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.MetricAvailability> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.AppService.Fluent.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 aggregationType As String = Nothing, Optional supportsInstanceLevelAggregation As Nullable(Of Boolean) = 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 isInternal As Nullable(Of Boolean) = Nothing, Optional dimensions As IList(Of Dimension) = Nothing, Optional category As String = Nothing, Optional availabilities As IList(Of MetricAvailability) = Nothing, Optional supportedTimeGrainTypes As IList(Of String) = Nothing)
Parameters
- name
- String
- displayName
- String
- displayDescription
- String
- unit
- String
- aggregationType
- String
- sourceMdmAccount
- String
- sourceMdmNamespace
- String
- metricFilterPattern
- String
- category
- String
- availabilities
- IList<MetricAvailability>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET