Compartir vía


ContainerServiceAgentPool.DefinitionStages.WithVMSize<ParentT> Interface

Type Parameters

ParentT

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

public interface WithVMSize

The stage of a container service agent pool definition allowing to specify the agent VM size.

Method Summary

Modifier and Type Method and Description
ContainerServiceAgentPool.DefinitionStages.WithLeafDomainLabel<ParentT> withVMSize(ContainerServiceVMSizeTypes vmSize)

Specifies the size of the agents VMs.

Method Details

withVMSize

public WithLeafDomainLabel withVMSize(ContainerServiceVMSizeTypes vmSize)

Specifies the size of the agents VMs.

Parameters:

vmSize - the size of the VM

Returns:

the next stage of the definition

Applies to