Uses of Class
com.azure.resourcemanager.devcenter.models.HibernateSupport
Package
Description
Package containing the inner data models for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of HibernateSupport in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionDevBoxDefinitionInner.hibernateSupport()
Get the hibernateSupport property: Indicates whether Dev Boxes created with this definition are capable of hibernation.DevBoxDefinitionUpdateProperties.hibernateSupport()
Get the hibernateSupport property: Indicates whether Dev Boxes created with this definition are capable of hibernation.Modifier and TypeMethodDescriptionDevBoxDefinitionInner.withHibernateSupport
(HibernateSupport hibernateSupport) Set the hibernateSupport property: Indicates whether Dev Boxes created with this definition are capable of hibernation.DevBoxDefinitionProperties.withHibernateSupport
(HibernateSupport hibernateSupport) Set the hibernateSupport property: Indicates whether Dev Boxes created with this definition are capable of hibernation.DevBoxDefinitionUpdateProperties.withHibernateSupport
(HibernateSupport hibernateSupport) Set the hibernateSupport property: Indicates whether Dev Boxes created with this definition are capable of hibernation. -
Uses of HibernateSupport in com.azure.resourcemanager.devcenter.models
Modifier and TypeFieldDescriptionstatic final HibernateSupport
HibernateSupport.DISABLED
Static value Disabled for HibernateSupport.static final HibernateSupport
HibernateSupport.ENABLED
Static value Enabled for HibernateSupport.Modifier and TypeMethodDescriptionstatic HibernateSupport
HibernateSupport.fromString
(String name) Creates or finds a HibernateSupport from its string representation.DevBoxDefinition.hibernateSupport()
Gets the hibernateSupport property: Indicates whether Dev Boxes created with this definition are capable of hibernation.DevBoxDefinitionUpdate.hibernateSupport()
Get the hibernateSupport property: Indicates whether Dev Boxes created with this definition are capable of hibernation.Modifier and TypeMethodDescriptionstatic Collection<HibernateSupport>
HibernateSupport.values()
Gets known HibernateSupport values.Modifier and TypeMethodDescriptionDevBoxDefinition.DefinitionStages.WithHibernateSupport.withHibernateSupport
(HibernateSupport hibernateSupport) Specifies the hibernateSupport property: Indicates whether Dev Boxes created with this definition are capable of hibernation.DevBoxDefinition.UpdateStages.WithHibernateSupport.withHibernateSupport
(HibernateSupport hibernateSupport) Specifies the hibernateSupport property: Indicates whether Dev Boxes created with this definition are capable of hibernation.DevBoxDefinitionUpdate.withHibernateSupport
(HibernateSupport hibernateSupport) Set the hibernateSupport property: Indicates whether Dev Boxes created with this definition are capable of hibernation.