Share via


ManagedCluster.AddonFeatures Property

Definition

Gets or sets list of add-on features to enable on the cluster.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to