Compartir vía


VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public interface WithNewVhdDiskSettings extends VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithAttach

The stage that allows configure the unmanaged disk based on new VHD.

Method Summary

Modifier and Type Method and Description
VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> withCaching(CachingTypes cachingType)

Specifies the caching type for the unmanaged data disk.

VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> withLun(Integer lun)

Specifies the logical unit number for the unmanaged data disk.

Inherited Members

Method Details

withCaching

public WithNewVhdDiskSettings withCaching(CachingTypes cachingType)

Specifies the caching type for the unmanaged data disk.

Parameters:

cachingType - the disk caching type. Possible values include: 'None', 'ReadOnly', 'ReadWrite'

Returns:

the next stage of unmanaged data disk definition

withLun

public WithNewVhdDiskSettings withLun(Integer lun)

Specifies the logical unit number for the unmanaged data disk.

Parameters:

lun - the logical unit number

Returns:

the next stage of unmanaged data disk definition

Applies to