| Modifier and Type | Interface and Description |
|---|---|
static interface |
KubernetesClusterAgentPool.Definition<ParentT>
The entirety of a container service agent pool definition as a part of a parent definition.
|
| Modifier and Type | Method and Description |
|---|---|
KubernetesClusterAgentPool.DefinitionStages.Blank<? extends KubernetesCluster.DefinitionStages.WithCreate> |
KubernetesCluster.DefinitionStages.WithAgentPool.defineAgentPool(String name)
Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.
|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/