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 PowerStatePowerState.DEALLOCATEDThe Dev Box is deallocated.static final PowerStatePowerState.HIBERNATEDThe Dev Box is hibernated.static final PowerStatePowerState.POWERED_OFFThe Dev Box is powered off.static final PowerStatePowerState.RUNNINGThe Dev Box is running.static final PowerStatePowerState.UNKNOWNThe Dev Box power state is not known.Methods in com.azure.developer.devcenter.models that return PowerStateModifier and TypeMethodDescriptionstatic PowerStatePowerState.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.