Interface Snapshot.DefinitionStages.WithDataSnapshotFromVhd
-
- All Known Subinterfaces:
Snapshot.Definition,Snapshot.DefinitionStages.WithDataSnapshotSource,Snapshot.DefinitionStages.WithSnapshotSource
- Enclosing interface:
- Snapshot.DefinitionStages
public static interface Snapshot.DefinitionStages.WithDataSnapshotFromVhdThe 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 Snapshot.DefinitionStages.WithCreatewithDataFromVhd(String vhdUrl)Specifies the source data VHD when it belongs to the same subscription.Snapshot.DefinitionStages.WithCreatewithDataFromVhd(String vhdUrl, String storageAccountId)Specifies the source data VHD and the storage account ID.
-
-
-
Method Detail
-
withDataFromVhd
Snapshot.DefinitionStages.WithCreate withDataFromVhd(String vhdUrl)
Specifies the source data VHD when it belongs to the same subscription.- Parameters:
vhdUrl- a source VHD URL- Returns:
- the next stage of the definition
-
withDataFromVhd
Snapshot.DefinitionStages.WithCreate withDataFromVhd(String vhdUrl, String storageAccountId)
Specifies the source data VHD and the storage account ID.- Parameters:
vhdUrl- a source VHD URLstorageAccountId- the storage account ID- Returns:
- the next stage of the definition
-
-