Share via


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.

public PerfMonResponse ();
Public Sub New ()

Applies to

PerfMonResponse(String, String, PerfMonSet)

Initializes a new instance of the PerfMonResponse class.

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)

Parameters

code
String

The response code.

message
String

The message.

data
PerfMonSet

The performance monitor counters.

Applies to