Interface DevBoxDefinition.UpdateStages.WithHibernateSupport

All Known Subinterfaces:
DevBoxDefinition.Update
Enclosing interface:
DevBoxDefinition.UpdateStages

public static interface DevBoxDefinition.UpdateStages.WithHibernateSupport
The stage of the DevBoxDefinition update allowing to specify hibernateSupport.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the hibernateSupport property: Indicates whether Dev Boxes created with this definition are capable of hibernation.
  • Method Details

    • withHibernateSupport

      DevBoxDefinition.Update 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.