Interface DevBoxDefinition.DefinitionStages.WithHibernateSupport

All Known Subinterfaces:
DevBoxDefinition.Definition, DevBoxDefinition.DefinitionStages.WithCreate
Enclosing interface:
DevBoxDefinition.DefinitionStages

public static interface DevBoxDefinition.DefinitionStages.WithHibernateSupport
The stage of the DevBoxDefinition definition allowing to specify hibernateSupport.
  • Method Details

    • withHibernateSupport

      DevBoxDefinition.DefinitionStages.WithCreate withHibernateSupport(HibernateSupport hibernateSupport)
      Specifies the hibernateSupport property: Indicates whether Dev Boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate.
      Parameters:
      hibernateSupport - Indicates whether Dev Boxes created with this definition are capable of hibernation. Not all images are capable of supporting hibernation. To find out more see https://aka.ms/devbox/hibernate.
      Returns:
      the next definition stage.