| Modifier and Type | Method and Description |
|---|---|
KubernetesCluster.Update |
KubernetesCluster.DefinitionStages.WithAddOnProfiles.withAddOnProfiles(Map<String,ManagedClusterAddonProfile> addOnProfileMap)
Updates the cluster's add-on's profiles.
|
KubernetesCluster.Update |
KubernetesCluster.UpdateStages.WithAddOnProfiles.withAddOnProfiles(Map<String,ManagedClusterAddonProfile> addOnProfileMap)
Updates the cluster's add-on's profiles.
|
KubernetesCluster.Update |
KubernetesCluster.UpdateStages.WithUpdateAgentPoolCount.withAgentPoolVirtualMachineCount(int agentCount)
Updates all the agent pools virtual machine count.
|
KubernetesCluster.Update |
KubernetesCluster.UpdateStages.WithUpdateAgentPoolCount.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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/