Compartir vía


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