PerfMonResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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