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

IWithOverProvision.WithOverProvision(Boolean) 方法

定义

启用或禁用规模集中虚拟机的过度预配。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate WithOverProvision (bool enabled);
abstract member WithOverProvision : bool -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate
Public Function WithOverProvision (enabled As Boolean) As IWithCreate

参数

enabled
Boolean

如果在规模集中启用虚拟机的过度预配,则为 True,否则为 false。

返回

适用于