EventsCustomMetricInfo 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
EventsCustomMetricInfo() |
Initializes a new instance of the EventsCustomMetricInfo class. |
EventsCustomMetricInfo(String, Nullable<Double>, Nullable<Double>, Nullable<Int32>, Nullable<Double>, Nullable<Double>, Nullable<Double>) |
Initializes a new instance of the EventsCustomMetricInfo class. |
EventsCustomMetricInfo()
- Source:
- EventsCustomMetricInfo.cs
Initializes a new instance of the EventsCustomMetricInfo class.
public EventsCustomMetricInfo ();
Public Sub New ()
Applies to
EventsCustomMetricInfo(String, Nullable<Double>, Nullable<Double>, Nullable<Int32>, Nullable<Double>, Nullable<Double>, Nullable<Double>)
- Source:
- EventsCustomMetricInfo.cs
Initializes a new instance of the EventsCustomMetricInfo class.
public EventsCustomMetricInfo (string name = default, double? value = default, double? valueSum = default, int? valueCount = default, double? valueMin = default, double? valueMax = default, double? valueStdDev = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.EventsCustomMetricInfo : string * Nullable<double> * Nullable<double> * Nullable<int> * Nullable<double> * Nullable<double> * Nullable<double> -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsCustomMetricInfo
Public Sub New (Optional name As String = Nothing, Optional value As Nullable(Of Double) = Nothing, Optional valueSum As Nullable(Of Double) = Nothing, Optional valueCount As Nullable(Of Integer) = Nothing, Optional valueMin As Nullable(Of Double) = Nothing, Optional valueMax As Nullable(Of Double) = Nothing, Optional valueStdDev As Nullable(Of Double) = Nothing)
Parameters
- name
- String
The name of the custom metric
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