Compartilhar via


PerfMonResponse Construtores

Definição

Sobrecargas

PerfMonResponse()

Inicializa uma nova instância da classe PerfMonResponse.

PerfMonResponse(String, String, PerfMonSet)

Inicializa uma nova instância da classe PerfMonResponse.

PerfMonResponse()

Inicializa uma nova instância da classe PerfMonResponse.

public PerfMonResponse ();
Public Sub New ()

Aplica-se a

PerfMonResponse(String, String, PerfMonSet)

Inicializa uma nova instância da classe PerfMonResponse.

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)

Parâmetros

code
String

O código de resposta.

message
String

A mensagem.

data
PerfMonSet

Os contadores do monitor de desempenho.

Aplica-se a