Partager via


PerfMonResponse Constructeurs

Définition

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 à