次の方法で共有


ValidationResponseErrorInfo コンストラクター

定義

オーバーロード

ValidationResponseErrorInfo()

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

ValidationResponseErrorInfo(String, String)

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

ValidationResponseErrorInfo()

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

public ValidationResponseErrorInfo ();
Public Sub New ()

適用対象

ValidationResponseErrorInfo(String, String)

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

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

パラメーター

code
String

検証に失敗した理由を示すエラー コード

message
String

検証に失敗した理由を示すメッセージ

適用対象