Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterAddonProfile
Packages that use ManagedClusterAddonProfile
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterAddonProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return types with arguments of type ManagedClusterAddonProfileModifier and TypeMethodDescriptionManagedClusterInner.addonProfiles()Get the addonProfiles property: The profile of managed cluster add-on.ManagedClusterProperties.addonProfiles()Get the addonProfiles property: The profile of managed cluster add-on.Method parameters in com.azure.resourcemanager.containerservice.fluent.models with type arguments of type ManagedClusterAddonProfileModifier and TypeMethodDescriptionManagedClusterInner.withAddonProfiles(Map<String, ManagedClusterAddonProfile> addonProfiles) Set the addonProfiles property: The profile of managed cluster add-on.ManagedClusterProperties.withAddonProfiles(Map<String, ManagedClusterAddonProfile> addonProfiles) Set the addonProfiles property: The profile of managed cluster add-on. -
Uses of ManagedClusterAddonProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterAddonProfileModifier and TypeMethodDescriptionstatic ManagedClusterAddonProfileManagedClusterAddonProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedClusterAddonProfile from the JsonReader.ManagedClusterAddonProfile.withConfig(Map<String, String> config) Set the config property: Key-value pairs for configuring an add-on.ManagedClusterAddonProfile.withEnabled(boolean enabled) Set the enabled property: Whether the add-on is enabled or not.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type ManagedClusterAddonProfileModifier and TypeMethodDescriptionKubernetesCluster.addonProfiles()Gets the cluster's add-on's profiles.Method parameters in com.azure.resourcemanager.containerservice.models 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.