Interface Snapshot.DefinitionStages.WithDataSnapshotFromImage
-
- Enclosing interface:
- Snapshot.DefinitionStages
public static interface Snapshot.DefinitionStages.WithDataSnapshotFromImageThe stage of the managed disk definition allowing to choose source data disk image.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Snapshot.DefinitionStages.WithCreatefromImage(VirtualMachineCustomImage image, int diskLun)Specifies a custom image containing a source data disk image.Snapshot.DefinitionStages.WithCreatefromImage(VirtualMachineImage image, int diskLun)Specifies an image containing a source data disk image.Snapshot.DefinitionStages.WithCreatefromImage(String imageId, int diskLun)Specifies an image containing source data disk image.
-
-
-
Method Detail
-
fromImage
Snapshot.DefinitionStages.WithCreate fromImage(String imageId, int diskLun)
Specifies an image containing source data disk image.- Parameters:
imageId- an image resource IDdiskLun- LUN of the disk image- Returns:
- the next stage of the definition
-
fromImage
Snapshot.DefinitionStages.WithCreate fromImage(VirtualMachineImage image, int diskLun)
Specifies an image containing a source data disk image.- Parameters:
image- an imagediskLun- LUN of the disk image- Returns:
- the next stage of the definition
-
fromImage
Snapshot.DefinitionStages.WithCreate fromImage(VirtualMachineCustomImage image, int diskLun)
Specifies a custom image containing a source data disk image.- Parameters:
image- the imagediskLun- LUN of the disk image- Returns:
- the next stage of the definition
-
-