Interface GalleryImage.DefinitionStages.WithHyperVGeneration
- All Known Subinterfaces:
GalleryImage.Definition, GalleryImage.DefinitionStages.WithCreate
- Enclosing interface:
GalleryImage.DefinitionStages
public static interface GalleryImage.DefinitionStages.WithHyperVGeneration
The stage of the gallery image definition allowing to specify hypervisor generation.
-
Method Summary
Modifier and TypeMethodDescriptionwithHyperVGeneration(HyperVGeneration hyperVGeneration) Specifies the hypervisor generation of the Virtual Machine.
-
Method Details
-
withHyperVGeneration
Specifies the hypervisor generation of the Virtual Machine. Applicable to OS disks only.- Parameters:
hyperVGeneration- the hypervisor generation- Returns:
- the next definition stage
-