Uses of Class
com.microsoft.azure.management.containerservice.ManagedClusterAddonProfile
Packages that use ManagedClusterAddonProfile
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of ManagedClusterAddonProfile in com.microsoft.azure.management.containerservice
Methods in com.microsoft.azure.management.containerservice that return ManagedClusterAddonProfileModifier 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.Methods in com.microsoft.azure.management.containerservice that return types with arguments of type ManagedClusterAddonProfileMethod parameters in com.microsoft.azure.management.containerservice with type arguments of type ManagedClusterAddonProfileModifier 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.