Uses of Interface
com.azure.resourcemanager.containerservice.models.KubernetesCluster.Update
Packages that use KubernetesCluster.Update
Package
Description
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.UpdateModifier and TypeMethodDescriptionKubernetesCluster.UpdateStages.WithLocalAccounts.disableLocalAccounts()Disables authentication from local accounts.KubernetesCluster.UpdateStages.WithPublicNetworkAccess.disablePublicNetworkAccess()Disables public network access for the kubernetes cluster.KubernetesCluster.UpdateStages.WithAAD.enableAzureRbac()Enables Azure Role-Based Access Control for Kubernetes authorization.KubernetesCluster.UpdateStages.WithLocalAccounts.enableLocalAccounts()Enables authentication from local accounts.KubernetesCluster.UpdateStages.WithPublicNetworkAccess.enablePublicNetworkAccess()Enables public network access for the kubernetes cluster.KubernetesCluster.UpdateStages.WithAddOnProfiles.withAddOnProfiles(Map<String, ManagedClusterAddonProfile> addOnProfileMap) Updates the cluster's add-on's profiles.KubernetesCluster.UpdateStages.WithAutoScalerProfile.withAutoScalerProfile(ManagedClusterPropertiesAutoScalerProfile autoScalerProfile) Specifies the auto-scale profile.KubernetesCluster.UpdateStages.WithAAD.withAzureActiveDirectoryGroup(String activeDirectoryGroupObjectId) Specified Azure AD group as the admin group of the cluster.KubernetesCluster.UpdateStages.WithManagedClusterSku.withFreeSku()Specifies the managed cluster SKU is free.KubernetesCluster.UpdateStages.WithNetworkProfile.withNetworkProfile(ContainerServiceNetworkProfile networkProfile) Updates the cluster's network profile.KubernetesCluster.UpdateStages.WithAgentPool.withoutAgentPool(String name) Removes an agent pool profile from the Kubernetes cluster.KubernetesCluster.UpdateStages.WithManagedClusterSku.withPremiumSku()Specifies the managed cluster SKU is premium.KubernetesCluster.UpdateStages.WithRBAC.withRBACDisabled()Deprecated.Change Kubernetes RBAC is not allowed.KubernetesCluster.UpdateStages.WithRBAC.withRBACEnabled()Deprecated.Change Kubernetes RBAC is not allowed.KubernetesCluster.UpdateStages.WithManagedClusterSku.withStandardSku()Specifies the managed cluster SKU is standard.KubernetesCluster.UpdateStages.WithVersion.withVersion(String kubernetesVersion) Specifies the version for the Kubernetes cluster.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type KubernetesCluster.UpdateModifier and TypeMethodDescriptionKubernetesCluster.UpdateStages.WithAgentPool.defineAgentPool(String name) Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.KubernetesCluster.UpdateStages.WithAgentPool.updateAgentPool(String name) Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.