Freigeben über


EventsClientPerformanceInfo Konstruktoren

Definition

Überlädt

EventsClientPerformanceInfo()

Initialisiert eine neue instance der EventClientPerformanceInfo-Klasse.

EventsClientPerformanceInfo(String)

Initialisiert eine neue instance der EventClientPerformanceInfo-Klasse.

EventsClientPerformanceInfo()

Quelle:
EventsClientPerformanceInfo.cs

Initialisiert eine neue instance der EventClientPerformanceInfo-Klasse.

public EventsClientPerformanceInfo ();
Public Sub New ()

Gilt für:

EventsClientPerformanceInfo(String)

Quelle:
EventsClientPerformanceInfo.cs

Initialisiert eine neue instance der EventClientPerformanceInfo-Klasse.

public EventsClientPerformanceInfo (string name = default);
new Microsoft.Azure.ApplicationInsights.Query.Models.EventsClientPerformanceInfo : string -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsClientPerformanceInfo
Public Sub New (Optional name As String = Nothing)

Parameter

name
String

Der Name der Clientleistung

Gilt für: