JobScheduleExistsHeaders.RequestId Property

Definition

Gets or sets a unique identifier for the request that was made to the Batch service. If a request is consistently failing and you have verified that the request is properly formulated, you may use this value to report the error to Microsoft. In your report, include the value of this request ID, the approximate time that the request was made, the Batch Account against which the request was made, and the region that Account resides in.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to