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 |
---|---|
Virtual |
withCaching(CachingTypes cachingType)
Specifies the caching type for the unmanaged data disk. |
Virtual |
withLun(Integer lun)
Specifies the logical unit number for the unmanaged data disk. |
Inherited Members
Method Details
withCaching
public WithNewVhdDiskSettings
Specifies the caching type for the unmanaged data disk.
Parameters:
Returns:
withLun
public WithNewVhdDiskSettings
Specifies the logical unit number for the unmanaged data disk.
Parameters:
Returns:
Applies to
Azure SDK for Java