你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchTaskCreateResult.ETag Property

Definition

The ETag of the Task, if the Task was successfully added. You can use this to detect whether the Task has changed between requests. In particular, you can be pass the ETag with an Update Task request 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