KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolType<ParentT> Interface

Type Parameters

ParentT

the stage of the container service definition to return to after attaching this definition

public interface WithAgentPoolType

The stage of a container service agent pool definition allowing to specify the type of agent pool. Allowed values could be seen in AgentPoolType Class.

Method Summary

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.

Method Details

withAgentPoolType

public WithAttach withAgentPoolType(AgentPoolType agentPoolType)

Set agent pool type to every virtual machine in the agent pool.

Parameters:

agentPoolType - the agent pool type for every machine in the agent pool

Returns:

the next stage of the definition

withAgentPoolTypeName

public WithAttach withAgentPoolTypeName(String agentPoolTypeName)

Set agent pool type by type name.

Parameters:

agentPoolTypeName - the agent pool type name in string format

Returns:

the next stage of the definition

Applies to