次の方法で共有


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.WebSites.Models.PerfMonSet data = default);
new Microsoft.Azure.Management.WebSites.Models.PerfMonResponse : string * string * Microsoft.Azure.Management.WebSites.Models.PerfMonSet -> Microsoft.Azure.Management.WebSites.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

パフォーマンス モニター カウンター。

適用対象