ManagedClusterPodIdentityException.PodLabels Property

Definition

Gets or sets pod labels to match.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to