Uses of Class
com.azure.developer.devcenter.models.PowerState
Packages that use PowerState
Package
Description
Package containing the data models for DevCenterService.
-
Uses of PowerState in com.azure.developer.devcenter.models
Fields in com.azure.developer.devcenter.models declared as PowerStateModifier and TypeFieldDescriptionstatic final PowerState
PowerState.DEALLOCATED
The Dev Box is deallocated.static final PowerState
PowerState.HIBERNATED
The Dev Box is hibernated.static final PowerState
PowerState.POWERED_OFF
The Dev Box is powered off.static final PowerState
PowerState.RUNNING
The Dev Box is running.static final PowerState
PowerState.UNKNOWN
The Dev Box power state is not known.Methods in com.azure.developer.devcenter.models that return PowerStateModifier and TypeMethodDescriptionstatic PowerState
PowerState.fromString
(String name) Creates or finds a PowerState from its string representation.DevBox.getPowerState()
Get the powerState property: The current power state of the Dev Box.Methods in com.azure.developer.devcenter.models that return types with arguments of type PowerStateModifier and TypeMethodDescriptionstatic Collection
<PowerState> PowerState.values()
Gets known PowerState values.