ManagedClusterAgentPoolProfileProperties.NodeLabels Property

Definition

Gets or sets agent pool node labels to be persisted across all nodes in agent pool.

[Newtonsoft.Json.JsonProperty(PropertyName="nodeLabels")]
public System.Collections.Generic.IDictionary<string,string> NodeLabels { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="nodeLabels")>]
member this.NodeLabels : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property NodeLabels As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to