RepairTask.Version 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 version of the repair task.
public long Version { get; set; }
member this.Version : int64 with get, set
Public Property Version As Long
Property Value
The version of the repair task.
Remarks
When creating a new repair task, the version must be set to zero. When updating a repair task via the UpdateRepairExecutionStateAsync method, the version is used for optimistic concurrency checks. If the version is set to zero, the update will not check for write conflicts. If the version is set to a non-zero value, then the update will only succeed if the actual current version of the repair task matches this value.
Applies to
Azure SDK for .NET