VirtualMachineScaleSet.DefinitionStages.WithEphemeralOSDisk Interface

public static interface VirtualMachineScaleSet.DefinitionStages.WithEphemeralOSDisk

The stage of the virtual machine scale set definition allowing to configure instance 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 VirtualMachineScaleSet.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