Share via


IWithVMSize<ParentT>.WithVirtualMachineSize Method

Definition

Specifies the size of the agent virtual machines.

public Microsoft.Azure.Management.ContainerService.Fluent.ContainerServiceAgentPool.Definition.IWithLeafDomainLabel<ParentT> WithVirtualMachineSize (Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceVMSizeTypes vmSize);
abstract member WithVirtualMachineSize : Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceVMSizeTypes -> Microsoft.Azure.Management.ContainerService.Fluent.ContainerServiceAgentPool.Definition.IWithLeafDomainLabel<'ParentT>
Public Function WithVirtualMachineSize (vmSize As ContainerServiceVMSizeTypes) As IWithLeafDomainLabel(Of ParentT)

Parameters

vmSize
ContainerServiceVMSizeTypes

The size of the virtual machine.

Returns

Applies to