KubernetesClusterAgentPool.DefinitionStages.Blank<ParentT> Interface

Type Parameters

ParentT

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

public static interface KubernetesClusterAgentPool.DefinitionStages.Blank

The first stage of a container service agent pool definition allowing to specify the agent virtual machine size.

Method Summary

Modifier and Type Method and Description
abstract WithAgentPoolVirtualMachineCount<ParentT> withVirtualMachineSize(ContainerServiceVMSizeTypes vmSize)

Specifies the size of the virtual machines to be used as agents.

Method Details

withVirtualMachineSize

public abstract KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount withVirtualMachineSize(ContainerServiceVMSizeTypes vmSize)

Specifies the size of the virtual machines to be used as agents.

Parameters:

vmSize - the size of each virtual machine in the agent pool

Returns:

the next stage of the definition

Applies to