Interface VirtualMachine.UpdateStages.WithAdditionalCapacities
- All Known Subinterfaces:
VirtualMachine.Update,VirtualMachine.UpdateStages.WithSystemAssignedIdentityBasedAccessOrUpdate
- Enclosing interface:
- VirtualMachine.UpdateStages
public static interface VirtualMachine.UpdateStages.WithAdditionalCapacities
The stage of the VM update allowing to specify additional capacities.
-
Method Summary
Modifier and TypeMethodDescriptionDisables hibernation feature.Enables hibernation feature.
-
Method Details
-
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
-