共用方式為


PerfMonResponse 建構函式

定義

多載

PerfMonResponse()

初始化 PerfMonResponse 類別的新實例。

PerfMonResponse(String, String, PerfMonSet)

初始化 PerfMonResponse 類別的新實例。

PerfMonResponse()

初始化 PerfMonResponse 類別的新實例。

public PerfMonResponse ();
Public Sub New ()

適用於

PerfMonResponse(String, String, PerfMonSet)

初始化 PerfMonResponse 類別的新實例。

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)

參數

code
String

回應碼。

message
String

訊息。

data
PerfMonSet

效能監視器計數器。

適用於