ScheduledActionData.ETag 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.
Resource Etag. For update calls, eTag is optional and can be specified to achieve optimistic concurrency. Fetch the resource's eTag by doing a 'GET' call first and then including the latest eTag as part of the request body or 'If-Match' header while performing the update. For create calls, eTag is not required.
public Azure.ETag? ETag { get; }
member this.ETag : Nullable<Azure.ETag>
Public ReadOnly Property ETag As Nullable(Of ETag)