| Modifier and Type | Method and Description |
|---|---|
KubernetesCluster.Update |
KubernetesCluster.UpdateStages.WithAddOnProfiles.withAddOnProfiles(Map<String,ManagedClusterAddonProfile> addOnProfileMap)
Updates the cluster's add-on's profiles.
|
KubernetesCluster.Update |
KubernetesCluster.UpdateStages.WithAgentPool.withAgentPoolVirtualMachineCount(int agentCount)
Deprecated.
use `updateAgentPool` method to update a specific agent pool.
|
KubernetesCluster.Update |
KubernetesCluster.UpdateStages.WithAgentPool.withAgentPoolVirtualMachineCount(String agentPoolName,
int agentCount)
Updates the agent pool virtual machine count.
|
KubernetesCluster.Update |
KubernetesCluster.UpdateStages.WithNetworkProfile.withNetworkProfile(ContainerServiceNetworkProfile networkProfile)
Updates the cluster's network profile.
|
KubernetesCluster.Update |
KubernetesCluster.UpdateStages.WithRBAC.withRBACDisabled()
Updates the cluster to specify the Kubernetes Role-Based Access Control is disabled.
|
KubernetesCluster.Update |
KubernetesCluster.UpdateStages.WithRBAC.withRBACEnabled()
Updates the cluster to specify the Kubernetes Role-Based Access Control is enabled.
|
| Modifier and Type | Method and 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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/