LabelSpecs.AdditionalLabels 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 collection of additional labels as a dictionary of key-value pairs. These labels can be used to provide metadata or additional configuration for a service node in a Swarm environment.
[YamlDotNet.Serialization.YamlMember(Alias="additional_labels")]
public System.Collections.Generic.Dictionary<string,string> AdditionalLabels { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="additional_labels")>]
member this.AdditionalLabels : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property AdditionalLabels As Dictionary(Of String, String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute