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<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>) |
Initializes a new instance of the EventsCustomMetricInfo class. |
EventsCustomMetricInfo()
Initializes a new instance of the EventsCustomMetricInfo class.
public EventsCustomMetricInfo();
Public Sub New ()
Applies to
EventsCustomMetricInfo(String, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>)
Initializes a new instance of the EventsCustomMetricInfo class.
public EventsCustomMetricInfo(string name = default, double? value = default, double? valueSum = default, double? valueCount = default, double? valueMin = default, double? valueMax = default, double? valueStdDev = default);
new Microsoft.Azure.ApplicationInsights.Models.EventsCustomMetricInfo : string * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> * Nullable<double> -> Microsoft.Azure.ApplicationInsights.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 Double) = 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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET