次の方法で共有


TaskGetHeaders.RequestId プロパティ

定義

Batch サービスに対して行われた要求の一意識別子を取得または設定します。 要求の形式が正しいにもかかわらず要求が常に失敗する場合は、この値を使用して Microsoft にエラーを報告することができます。 レポートには、この要求 ID の値、要求が行われたおおよその時刻、要求の対象となった Batch アカウント、アカウントが存在するリージョンを含めます。

[Newtonsoft.Json.JsonProperty(PropertyName="request-id")]
public Guid? RequestId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="request-id")>]
member this.RequestId : Nullable<Guid> with get, set
Public Property RequestId As Nullable(Of Guid)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象