Sdílet prostřednictvím


PerfMonResponse Konstruktory

Definice

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