Interface Disk.DefinitionStages.WithHibernationSupport
- All Known Subinterfaces:
Disk.Definition,Disk.DefinitionStages.WithCreate,Disk.DefinitionStages.WithCreateAndSize
- Enclosing interface:
- Disk.DefinitionStages
public static interface Disk.DefinitionStages.WithHibernationSupport
The stage of the managed disk definition allowing to configure hibernation support for the OS on the disk.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies hibernation support for the OS on the disk.
-
Method Details
-
withHibernationSupport
Disk.DefinitionStages.WithCreate withHibernationSupport()Specifies hibernation support for the OS on the disk. Hibernation support is required if you want to create a virtual machine with hibernation capability that use this disk as its OS disk.- Returns:
- the next stage of the definition
-