ManagedClusterAddonProfile.Config Property

Definition

Gets or sets key-value pairs for configuring an add-on.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to