次の方法で共有


IWithMasterVMSize.WithMasterVMSize(ContainerServiceVMSizeTypes) メソッド

定義

マスター VM のサイズを指定します。既定値は "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

パラメーター

vmSize
ContainerServiceVMSizeTypes

VM のサイズ。

戻り値

適用対象