Share via


Config.Labels Property

Definition

Represents a collection of key-value pairs used as metadata for configuration objects. The labels provide additional descriptive information, which can be utilized for tagging, grouping, or identification purposes.

[YamlDotNet.Serialization.YamlMember(Alias="labels", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.Dictionary<string,string> Labels { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="labels", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.Labels : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property Labels As Dictionary(Of String, String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to