CloudJobSchedule.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.
Gets or sets the ETag of the Job Schedule.
[Newtonsoft.Json.JsonProperty(PropertyName="eTag")]
public string ETag { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="eTag")>]
member this.ETag : string with get, set
Public Property ETag As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Remarks
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET