Share via


PerfMonResponse Constructors

Definition

Overloads

PerfMonResponse()
PerfMonResponse(String, String, PerfMonSet)

PerfMonResponse()

public PerfMonResponse ();
Public Sub New ()

Applies to

PerfMonResponse(String, String, PerfMonSet)

public PerfMonResponse (string code = default, string message = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.PerfMonSet data = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.PerfMonResponse : string * string * Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.PerfMonSet -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.PerfMonResponse
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional data As PerfMonSet = Nothing)

Parameters

code
String
message
String
data
PerfMonSet

Applies to