PerformanceCountersSettings Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
PerformanceCountersSettings() |
Inicializuje novou instanci PerformanceCountersSettings třídy. |
PerformanceCountersSettings(AppInsightsReference) |
Inicializuje novou instanci PerformanceCountersSettings třídy. |
PerformanceCountersSettings()
Inicializuje novou instanci PerformanceCountersSettings třídy.
public PerformanceCountersSettings ();
Public Sub New ()
Platí pro
PerformanceCountersSettings(AppInsightsReference)
Inicializuje novou instanci PerformanceCountersSettings třídy.
public PerformanceCountersSettings (Microsoft.Azure.Management.BatchAI.Models.AppInsightsReference appInsightsReference);
new Microsoft.Azure.Management.BatchAI.Models.PerformanceCountersSettings : Microsoft.Azure.Management.BatchAI.Models.AppInsightsReference -> Microsoft.Azure.Management.BatchAI.Models.PerformanceCountersSettings
Public Sub New (appInsightsReference As AppInsightsReference)
Parametry
- appInsightsReference
- AppInsightsReference
referenční informace Aplikace Azure Insights.
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET