Interface Disk.DefinitionStages.WithOSDiskFromImage
- Enclosing interface:
- Disk.DefinitionStages
public static interface Disk.DefinitionStages.WithOSDiskFromImage
The stage of the managed disk definition allowing to choose source operating system image.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies a custom image containing the operating system.fromImage
(VirtualMachineImage image) Specifies an image containing the operating system.fromImage
(String imageId, OperatingSystemTypes osType) Specifies the ID of an image containing the operating system.
-
Method Details
-
fromImage
Specifies the ID of an image containing the operating system.- Parameters:
imageId
- image resource IDosType
- operating system type- Returns:
- the next stage of the definition
-
fromImage
Specifies an image containing the operating system.- Parameters:
image
- the image- Returns:
- the next stage of the definition
-
fromImage
Specifies a custom image containing the operating system.- Parameters:
image
- the image- Returns:
- the next stage of the definition
-