你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithVMSize<ParentT>.WithVirtualMachineSize 方法

定义

指定代理虚拟机的大小。

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)

参数

vmSize
ContainerServiceVMSizeTypes

虚拟机的大小。

返回

适用于