JobScheduleEnableHeaders.ClientRequestId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the client-request-id provided by the client during the request. This will be returned only if the return-client-request-id parameter was set to true.
[Newtonsoft.Json.JsonProperty(PropertyName="client-request-id")]
public Guid? ClientRequestId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="client-request-id")>]
member this.ClientRequestId : Nullable<Guid> with get, set
Public Property ClientRequestId As Nullable(Of Guid)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute