PerfMonResponse Constructors

Definition

Overloads

PerfMonResponse()

Initializes a new instance of the PerfMonResponse class.

PerfMonResponse(String, String, PerfMonSet)

Initializes a new instance of the PerfMonResponse class.

PerfMonResponse()

Initializes a new instance of the PerfMonResponse class.

C#
public PerfMonResponse();

Applies to

Azure SDK for .NET Legacy
Продукт Версії
Azure SDK for .NET Legacy

PerfMonResponse(String, String, PerfMonSet)

Initializes a new instance of the PerfMonResponse class.

C#
public PerfMonResponse(string code = default, string message = default, Microsoft.Azure.Management.AppService.Fluent.Models.PerfMonSet data = default);

Parameters

code
String

The response code.

message
String

The message.

data
PerfMonSet

The performance monitor counters.

Applies to

Azure SDK for .NET Legacy
Продукт Версії
Azure SDK for .NET Legacy