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