VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent update to return to after attaching this definition
Implements
public static interface VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings
extends WithAttach<ParentT>
The stage that allows configure the disk based on existing VHD.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withCaching(CachingTypes cachingType)
Specifies the caching type for the data disk. |
abstract
With |
withLun(Integer lun)
Specifies the logical unit number for the data disk. |
abstract
With |
withSizeInGB(Integer sizeInGB)
Specifies the size in GB the disk needs to be resized. |
Method Details
withCaching
public abstract VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings
Specifies the caching type for the data disk.
Parameters:
Returns:
withLun
public abstract VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings
Specifies the logical unit number for the data disk.
Parameters:
Returns:
withSizeInGB
public abstract VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings
Specifies the size in GB the disk needs to be resized.
Parameters:
Returns:
Applies to
Azure SDK for Java