public static interface KubernetesCluster.UpdateStages.WithAgentPool
| Modifier and Type | Method and Description |
|---|---|
KubernetesClusterAgentPool.DefinitionStages.Blank<? extends KubernetesCluster.Update> |
defineAgentPool(String name)
Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.
|
KubernetesClusterAgentPool.Update<? extends KubernetesCluster.Update> |
updateAgentPool(String name)
Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.
|
KubernetesClusterAgentPool.DefinitionStages.Blank<? extends KubernetesCluster.Update> defineAgentPool(String name)
name - the name for the agent pool profileKubernetesClusterAgentPool.Update<? extends KubernetesCluster.Update> updateAgentPool(String name)
name - the name for the agent pool profileCopyright © 2020 Microsoft Corporation. All rights reserved.