Interface Disk.UpdateStages.WithHyperVGeneration
- All Known Subinterfaces:
Disk.Update
- Enclosing interface:
Disk.UpdateStages
public static interface Disk.UpdateStages.WithHyperVGeneration
The stage of the managed disk update allowing to specify hypervisor generation.
-
Method Summary
Modifier and TypeMethodDescriptionwithHyperVGeneration(HyperVGeneration hyperVGeneration) Specifies the hypervisor generation.
-
Method Details
-
withHyperVGeneration
Specifies the hypervisor generation.- Parameters:
hyperVGeneration- the hypervisor generation- Returns:
- the next stage of the update
-