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() |
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.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)
Parameters
- code
- String
The response code.
- message
- String
The message.
- data
- PerfMonSet
The performance monitor counters.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET