ObjectReferenceV1.ResourceVersion 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 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