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