Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterAddonProfile
-
Packages that use ManagedClusterAddonProfile Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models 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 ManagedClusterAddonProfile Modifier and Type Method Description Map<String,ManagedClusterAddonProfile>ManagedClusterInner. addonProfiles()Get the addonProfiles property: The profile of managed cluster add-on.Map<String,ManagedClusterAddonProfile>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 ManagedClusterAddonProfile Modifier and Type Method Description ManagedClusterInnerManagedClusterInner. withAddonProfiles(Map<String,ManagedClusterAddonProfile> addonProfiles)Set the addonProfiles property: The profile of managed cluster add-on.ManagedClusterPropertiesManagedClusterProperties. 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 ManagedClusterAddonProfile Modifier and Type Method Description ManagedClusterAddonProfileManagedClusterAddonProfile. withConfig(Map<String,String> config)Set the config property: Key-value pairs for configuring an add-on.ManagedClusterAddonProfileManagedClusterAddonProfile. 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 ManagedClusterAddonProfile Modifier and Type Method Description Map<String,ManagedClusterAddonProfile>KubernetesCluster. addonProfiles()Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type ManagedClusterAddonProfile Modifier and Type Method Description KubernetesCluster.DefinitionStages.WithCreateKubernetesCluster.DefinitionStages.WithAddOnProfiles. withAddOnProfiles(Map<String,ManagedClusterAddonProfile> addOnProfileMap)Specifies the cluster's add-on's profiles.KubernetesCluster.UpdateKubernetesCluster.UpdateStages.WithAddOnProfiles. withAddOnProfiles(Map<String,ManagedClusterAddonProfile> addOnProfileMap)Updates the cluster's add-on's profiles.
-