VirtualMachine.DefinitionStages.WithAdditionalCapacities Interface

public static interface VirtualMachine.DefinitionStages.WithAdditionalCapacities

The stage of the VM definition allowing to specify additional capacities.

Method Summary

Modifier and Type Method and Description
abstract WithCreate enableHibernation()

Enables hibernation feature.

Method Details

enableHibernation

public abstract VirtualMachine.DefinitionStages.WithCreate enableHibernation()

Enables hibernation feature.

Hibernation is supported on premium general purpose SKUs, e.g. STANDARD_D2S_V3. Hibernation is supported on Windows 10 19H1 and higher, and Windows Server 2019 and higher. For Ubuntu 18.04 or higher, hibernation-setup-tool is required to be installed on the virtual machine.

Returns:

the next stage of the definition

Applies to