你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PerfMonResponse Constructors

Definition

Overloads

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