PerfMonResponse 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
PerfMonResponse() |
Initialise une nouvelle instance de la classe PerfMonResponse. |
PerfMonResponse(String, String, PerfMonSet) |
Initialise une nouvelle instance de la classe PerfMonResponse. |
PerfMonResponse()
Initialise une nouvelle instance de la classe PerfMonResponse.
public PerfMonResponse ();
Public Sub New ()
S’applique à
PerfMonResponse(String, String, PerfMonSet)
Initialise une nouvelle instance de la classe PerfMonResponse.
public PerfMonResponse (string code = default, string message = default, Microsoft.Azure.Management.WebSites.Models.PerfMonSet data = default);
new Microsoft.Azure.Management.WebSites.Models.PerfMonResponse : string * string * Microsoft.Azure.Management.WebSites.Models.PerfMonSet -> Microsoft.Azure.Management.WebSites.Models.PerfMonResponse
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional data As PerfMonSet = Nothing)
Paramètres
- code
- String
Code de réponse.
- message
- String
Message.
- data
- PerfMonSet
Compteurs de l’analyseur de performances.
S’applique à
Azure SDK for .NET