PSKubernetesCluster.AddonProfiles 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 profile of managed cluster add-on.
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile> AddonProfiles { get; set; }
member this.AddonProfiles : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Commands.Aks.Models.PSManagedClusterAddonProfile> with get, set
Public Property AddonProfiles As IDictionary(Of String, PSManagedClusterAddonProfile)