Compartir vía


VirtualMachineScaleSet.DefinitionStages.WithOSDiskSettings Interface

public interface WithOSDiskSettings

The stage of a virtual machine scale set definition allowing to specify OS disk configurations.

Method Summary

Modifier and Type Method and Description
VirtualMachineScaleSet.DefinitionStages.WithCreate withOSDiskCaching(CachingTypes cachingType)

Specifies the caching type for the operating system disk.

VirtualMachineScaleSet.DefinitionStages.WithCreate withOSDiskName(String name)

Specifies the name for the OS disk.

Method Details

withOSDiskCaching

public WithCreate withOSDiskCaching(CachingTypes cachingType)

Specifies the caching type for the operating system disk.

Parameters:

cachingType - the caching type

Returns:

the next stage of the definition

withOSDiskName

public WithCreate withOSDiskName(String name)

Specifies the name for the OS disk.

Parameters:

name - the OS disk name

Returns:

the next stage of the definition

Applies to