ObjectMetaV1.SelfLink 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 self-referential link for the resource.
[YamlDotNet.Serialization.YamlMember(Alias="selfLink")]
public string SelfLink { get; set; }[<YamlDotNet.Serialization.YamlMember(Alias="selfLink")>]
member this.SelfLink : string with get, setPublic Property SelfLink As StringProperty Value
- Attributes
- 
			YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property provides a URL that uniquely identifies the resource within the API. It is typically used for retrieving, updating, or tracking the resource programmatically.