ParentT - the stage of the container service definition to return to after attaching this definitionpublic static interface KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolType<ParentT>
| Modifier and Type | Method and Description |
|---|---|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
withAgentPoolType(AgentPoolType agentPoolType)
Set agent pool type to every virtual machine in the agent pool.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> |
withAgentPoolTypeName(String agentPoolTypeName)
Set agent pool type by type name.
|
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withAgentPoolType(AgentPoolType agentPoolType)
agentPoolType - the agent pool type for every machine in the agent poolKubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withAgentPoolTypeName(String agentPoolTypeName)
agentPoolTypeName - the agent pool type name in string format/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/