VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent update to return to after attaching this definition
Implements
public static interface VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings
extends WithAttach<ParentT>
The stage that allows configure the disk based on new VHD.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
storeAt(String storageAccountName, String containerName, String vhdName)
Specifies where the VHD associated with the new blank data disk needs to be stored. |
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. |
Method Details
storeAt
public abstract VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings
Specifies where the VHD associated with the new blank data disk needs to be stored.
Parameters:
Returns:
withCaching
public abstract VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings
Specifies the caching type for the data disk.
Parameters:
Returns:
withLun
public abstract VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings
Specifies the logical unit number for the data disk.
Parameters:
Returns:
Applies to
Azure SDK for Java