Uses of Class
com.microsoft.azure.management.containerservice.ManagedClusterAddonProfile
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ManagedClusterAddonProfile in com.microsoft.azure.management.containerservice
Modifier and TypeMethodDescriptionManagedClusterAddonProfile.withConfig
(Map<String, String> config) Set key-value pairs for configuring an add-on.ManagedClusterAddonProfile.withEnabled
(boolean enabled) Set whether the add-on is enabled or not.Modifier and TypeMethodDescriptionKubernetesCluster.DefinitionStages.WithAddOnProfiles.withAddOnProfiles
(Map<String, ManagedClusterAddonProfile> addOnProfileMap) Specifies the cluster's add-on's profiles.KubernetesCluster.UpdateStages.WithAddOnProfiles.withAddOnProfiles
(Map<String, ManagedClusterAddonProfile> addOnProfileMap) Updates the cluster's add-on's profiles.