Package | Description |
---|---|
com.microsoft.azure.management.containerservice |
This package contains the classes for ContainerServiceManagementClient.
|
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 © 2019. All rights reserved.