次の方法で共有


ValidateResponseError コンストラクター

定義

オーバーロード

ValidateResponseError()

ValidateResponseError クラスの新しいインスタンスを初期化します。

ValidateResponseError(String, String)

ValidateResponseError クラスの新しいインスタンスを初期化します。

ValidateResponseError()

ValidateResponseError クラスの新しいインスタンスを初期化します。

public ValidateResponseError ();
Public Sub New ()

適用対象

ValidateResponseError(String, String)

ValidateResponseError クラスの新しいインスタンスを初期化します。

public ValidateResponseError (string code = default, string message = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ValidateResponseError : string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.ValidateResponseError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing)

パラメーター

code
String

検証エラー コード。

message
String

検証エラー メッセージ。

適用対象