ObjectReferenceV1.Uid 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 unique identifier (UID) of the referenced resource. This is a unique value assigned by Kubernetes to identify the resource instance.
[YamlDotNet.Serialization.YamlMember(Alias="uid")]
public string Uid { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="uid")>]
member this.Uid : string with get, set
Public Property Uid As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute