次の方法で共有


BatchErrorDetail コンストラクター

定義

オーバーロード

BatchErrorDetail()

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

BatchErrorDetail(String, String)

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

BatchErrorDetail()

ソース:
BatchErrorDetail.cs

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

public BatchErrorDetail ();
Public Sub New ()

適用対象

BatchErrorDetail(String, String)

ソース:
BatchErrorDetail.cs

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

public BatchErrorDetail (string key = default, string value = default);
new Microsoft.Azure.Batch.Protocol.Models.BatchErrorDetail : string * string -> Microsoft.Azure.Batch.Protocol.Models.BatchErrorDetail
Public Sub New (Optional key As String = Nothing, Optional value As String = Nothing)

パラメーター

key
String

Value プロパティの意味を指定する識別子。

value
String

エラー応答に含まれる追加情報。

適用対象