Share via


IWithMasterVMSize.WithMasterVMSize(ContainerServiceVMSizeTypes) Method

Definition

Specifies the size of the master VMs, default set to "Standard_D2_v2".

public Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithCreate WithMasterVMSize (Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceVMSizeTypes vmSize);
abstract member WithMasterVMSize : Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceVMSizeTypes -> Microsoft.Azure.Management.ContainerService.Fluent.ContainerService.Definition.IWithCreate
Public Function WithMasterVMSize (vmSize As ContainerServiceVMSizeTypes) As IWithCreate

Parameters

vmSize
ContainerServiceVMSizeTypes

The size of the VM.

Returns

Applies to