Interface Disk.DefinitionStages.WithDataDiskFromVhd
- All Known Subinterfaces:
Disk.Definition
,Disk.DefinitionStages.WithDataDiskSource
- Enclosing interface:
- Disk.DefinitionStages
public static interface Disk.DefinitionStages.WithDataDiskFromVhd
The stage of the managed disk definition allowing to choose source data disk VHD.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the source data VHD.
-
Method Details
-
fromVhd
Specifies the source data VHD.- Parameters:
vhdUrl
- the source VHD URL- Returns:
- the next stage of the definition
-