VirtualMachine.DefinitionStages.WithEphemeralOSDisk Interface

public static interface VirtualMachine.DefinitionStages.WithEphemeralOSDisk

The stage of a virtual machine definition allowing to set OS disk to be ephemeral.

Method Summary

Modifier and Type Method and Description
abstract WithManagedCreate withPlacement(DiffDiskPlacement placement)

Selects where you want to place the Ephemeral OS disk.

Method Details

withPlacement

public abstract VirtualMachine.DefinitionStages.WithManagedCreate withPlacement(DiffDiskPlacement placement)

Selects where you want to place the Ephemeral OS disk.

Parameters:

placement - placement of the Ephemeral OS disk

Returns:

the next stage of the definition

Applies to