Interface VirtualMachine.UpdateStages.WithAdditionalCapacities
-
- All Known Subinterfaces:
VirtualMachine.Update,VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate
- Enclosing interface:
- VirtualMachine.UpdateStages
public static interface VirtualMachine.UpdateStages.WithAdditionalCapacitiesThe stage of the VM update allowing to specify additional capacities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachine.UpdatedisableHibernation()Disables hibernation feature.VirtualMachine.UpdateenableHibernation()Enables hibernation feature.
-
-
-
Method Detail
-
enableHibernation
VirtualMachine.Update enableHibernation()
Enables hibernation feature. Update can only be applied when the virtual machine is stopped (deallocated).- Returns:
- the next stage of the update
-
disableHibernation
VirtualMachine.Update disableHibernation()
Disables hibernation feature. Update can only be applied when the virtual machine is stopped (deallocated).- Returns:
- the next stage of the update
-
-