BatchJobSchedule.ETag Property

Definition

The ETag of the Job Schedule. This is an opaque string. You can use it to detect whether the Job Schedule has changed between requests. In particular, you can be pass the ETag with an Update Job Schedule request to specify that your changes should take effect only if nobody else has modified the schedule in the meantime.

public string ETag { get; }
member this.ETag : string
Public ReadOnly Property ETag As String

Property Value

Applies to