EventsClientPerformanceInfo Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
EventsClientPerformanceInfo() |
Initialise une nouvelle instance de la classe EventsClientPerformanceInfo. |
EventsClientPerformanceInfo(String) |
Initialise une nouvelle instance de la classe EventsClientPerformanceInfo. |
EventsClientPerformanceInfo()
Initialise une nouvelle instance de la classe EventsClientPerformanceInfo.
public EventsClientPerformanceInfo ();
Public Sub New ()
S’applique à
EventsClientPerformanceInfo(String)
Initialise une nouvelle instance de la classe EventsClientPerformanceInfo.
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)
Paramètres
- name
- String
Nom des performances du client
S’applique à
Azure SDK for .NET