ObjectReferenceV1.ResourceVersion Property

Definition

Gets or sets the specific version of the resource. This is used to track changes to the resource and ensure consistency during updates. The ResourceVersion is typically set by the server and can be used for optimistic concurrency control when modifying or retrieving resources.

[YamlDotNet.Serialization.YamlMember(Alias="resourceVersion")]
public string ResourceVersion { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="resourceVersion")>]
member this.ResourceVersion : string with get, set
Public Property ResourceVersion As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to