Share via


BatchJob.ETag Property

Definition

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

public Azure.ETag? ETag { get; }
member this.ETag : Nullable<Azure.ETag>
Public ReadOnly Property ETag As Nullable(Of ETag)

Property Value

Applies to