Partager via


EventsPerformanceCounterInfo Constructeurs

Définition

Surcharges

EventsPerformanceCounterInfo()

Initialise une nouvelle instance de la classe EventsPerformanceCounterInfo.

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

Initialise une nouvelle instance de la classe EventsPerformanceCounterInfo.

EventsPerformanceCounterInfo()

Initialise une nouvelle instance de la classe EventsPerformanceCounterInfo.

public EventsPerformanceCounterInfo ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe EventsPerformanceCounterInfo.

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)

Paramètres

value
Nullable<Int64>

Valeur du compteur de performances

name
String

Nom du compteur de performances

category
String

Catégorie du compteur de performances

counter
String

Compteur du compteur de performances

instanceName
String

Nom instance du compteur de performances

instance
String

Instance du compteur de performances

S’applique à