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

VirtualMachineScaleSet.DefinitionStages.WithOverProvision Interface

public interface WithOverProvision

The stage of a virtual machine scale set definition allowing to specify whether or not to over-provision virtual machines in the scale set.

Method Summary

Modifier and Type Method and Description
VirtualMachineScaleSet.DefinitionStages.WithCreate withoutOverProvisioning()

Disables over-provisioning of virtual machines.

VirtualMachineScaleSet.DefinitionStages.WithCreate withOverProvision(boolean enabled)

Enables or disables over-provisioning of virtual machines in the scale set.

VirtualMachineScaleSet.DefinitionStages.WithCreate withOverProvisioning()

Enables over-provisioning of virtual machines.

Method Details

withoutOverProvisioning

public WithCreate withoutOverProvisioning()

Disables over-provisioning of virtual machines.

Returns:

the next stage of the definition

withOverProvision

public WithCreate withOverProvision(boolean enabled)

Enables or disables over-provisioning of virtual machines in the scale set.

Parameters:

enabled - true if enabling over-0provisioning of virtual machines in the scale set, otherwise false

Returns:

the next stage of the definition

withOverProvisioning

public WithCreate withOverProvisioning()

Enables over-provisioning of virtual machines.

Returns:

the next stage of the definition

Applies to