EventsPerformanceCounterInfo Constructors

Definition

Overloads

EventsPerformanceCounterInfo()

Initializes a new instance of the EventsPerformanceCounterInfo class.

EventsPerformanceCounterInfo(Nullable<Int64>, String, String, String, String, String)

Initializes a new instance of the EventsPerformanceCounterInfo class.

EventsPerformanceCounterInfo()

Initializes a new instance of the EventsPerformanceCounterInfo class.

public EventsPerformanceCounterInfo ();
Public Sub New ()

Applies to

EventsPerformanceCounterInfo(Nullable<Int64>, String, String, String, String, String)

Initializes a new instance of the EventsPerformanceCounterInfo class.

public EventsPerformanceCounterInfo (long? value = default, string name = default, string category = default, string counter = default, string instanceName = default, string instance = default);
new Microsoft.Azure.ApplicationInsights.Models.EventsPerformanceCounterInfo : Nullable<int64> * string * string * string * string * string -> Microsoft.Azure.ApplicationInsights.Models.EventsPerformanceCounterInfo
Public Sub New (Optional value As Nullable(Of Long) = Nothing, Optional name As String = Nothing, Optional category As String = Nothing, Optional counter As String = Nothing, Optional instanceName As String = Nothing, Optional instance As String = Nothing)

Parameters

value
Nullable<Int64>

The value of the performance counter

name
String

The name of the performance counter

category
String

The category of the performance counter

counter
String

The counter of the performance counter

instanceName
String

The instance name of the performance counter

instance
String

The instance of the performance counter

Applies to