Interface Disk.DefinitionStages.WithDataDiskFromVhd
-
- All Known Subinterfaces:
Disk.Definition,Disk.DefinitionStages.WithDataDiskSource
- Enclosing interface:
- Disk.DefinitionStages
public static interface Disk.DefinitionStages.WithDataDiskFromVhdThe stage of the managed disk definition allowing to choose source data disk VHD.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Disk.DefinitionStages.WithStorageAccountfromVhd(String vhdUrl)Specifies the source data VHD.
-
-
-
Method Detail
-
fromVhd
Disk.DefinitionStages.WithStorageAccount fromVhd(String vhdUrl)
Specifies the source data VHD.- Parameters:
vhdUrl- the source VHD URL- Returns:
- the next stage of the definition
-
-