Uses of Interface
com.azure.resourcemanager.containerservice.models.KubernetesCluster.Update
-
Packages that use KubernetesCluster.Update Package Description com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of KubernetesCluster.Update in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return KubernetesCluster.Update Modifier and Type Method Description KubernetesCluster.UpdateKubernetesCluster.UpdateStages.WithAddOnProfiles. withAddOnProfiles(Map<String,ManagedClusterAddonProfile> addOnProfileMap)Updates the cluster's add-on's profiles.KubernetesCluster.UpdateKubernetesCluster.UpdateStages.WithAutoScalerProfile. withAutoScalerProfile(ManagedClusterPropertiesAutoScalerProfile autoScalerProfile)Specifies the auto-scale profile.KubernetesCluster.UpdateKubernetesCluster.UpdateStages.WithNetworkProfile. withNetworkProfile(ContainerServiceNetworkProfile networkProfile)Updates the cluster's network profile.KubernetesCluster.UpdateKubernetesCluster.UpdateStages.WithAgentPool. withoutAgentPool(String name)Removes an agent pool profile from the Kubernetes cluster.KubernetesCluster.UpdateKubernetesCluster.UpdateStages.WithRBAC. withRBACDisabled()Updates the cluster to specify the Kubernetes Role-Based Access Control is disabled.KubernetesCluster.UpdateKubernetesCluster.UpdateStages.WithRBAC. withRBACEnabled()Updates the cluster to specify the Kubernetes Role-Based Access Control is enabled.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type KubernetesCluster.Update Modifier and Type Method Description KubernetesClusterAgentPool.DefinitionStages.Blank<? extends KubernetesCluster.Update>KubernetesCluster.UpdateStages.WithAgentPool. defineAgentPool(String name)Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.KubernetesClusterAgentPool.Update<? extends KubernetesCluster.Update>KubernetesCluster.UpdateStages.WithAgentPool. updateAgentPool(String name)Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.
-