Interface Disk.UpdateStages.WithHibernationSupport
- All Known Subinterfaces:
Disk.Update
- Enclosing interface:
- Disk.UpdateStages
public static interface Disk.UpdateStages.WithHibernationSupport
The stage of the managed disk definition allowing to configure hibernation support.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies hibernation support for the OS on the disk.Specifies hibernation support disabled for the OS on the disk.
-
Method Details
-
withHibernationSupport
Disk.Update withHibernationSupport()Specifies hibernation support for the OS on the disk.- Returns:
- the next stage of the definition
-
withoutHibernationSupport
Disk.Update withoutHibernationSupport()Specifies hibernation support disabled for the OS on the disk.- Returns:
- the next stage of the definition
-