PerfMonResponse 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í
PerfMonResponse() |
Inicializuje novou instanci PerfMonResponse třídy. |
PerfMonResponse(String, String, PerfMonSet) |
Inicializuje novou instanci PerfMonResponse třídy. |
PerfMonResponse()
Inicializuje novou instanci PerfMonResponse třídy.
public PerfMonResponse();
Public Sub New ()
Platí pro
PerfMonResponse(String, String, PerfMonSet)
Inicializuje novou instanci PerfMonResponse třídy.
public PerfMonResponse(string code = default, string message = default, Microsoft.Azure.Management.AppService.Fluent.Models.PerfMonSet data = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.PerfMonResponse : string * string * Microsoft.Azure.Management.AppService.Fluent.Models.PerfMonSet -> Microsoft.Azure.Management.AppService.Fluent.Models.PerfMonResponse
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional data As PerfMonSet = Nothing)
Parametry
- code
- String
Kód odpovědi.
- message
- String
Zpráva
- data
- PerfMonSet
Čítače sledování výkonu.
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