ApiErrorBase コンストラクター

定義

オーバーロード

ApiErrorBase()

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

ApiErrorBase(String, String, String)

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

ApiErrorBase()

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

public ApiErrorBase ();
Public Sub New ()

適用対象

ApiErrorBase(String, String, String)

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

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

パラメーター

code
String

エラー コード。

target
String

特定のエラーのターゲット。

message
String

エラー メッセージ。

適用対象