Uses of Class
com.azure.developer.devcenter.models.DevBoxActionDelayStatus
Packages that use DevBoxActionDelayStatus
Package
Description
Package containing the data models for DevCenterService.
-
Uses of DevBoxActionDelayStatus in com.azure.developer.devcenter.models
Fields in com.azure.developer.devcenter.models declared as DevBoxActionDelayStatusModifier and TypeFieldDescriptionstatic final DevBoxActionDelayStatus
DevBoxActionDelayStatus.FAILED
The delay operation failed.static final DevBoxActionDelayStatus
DevBoxActionDelayStatus.SUCCEEDED
The delay operation succeeded.Methods in com.azure.developer.devcenter.models that return DevBoxActionDelayStatusModifier and TypeMethodDescriptionstatic DevBoxActionDelayStatus
DevBoxActionDelayStatus.fromString
(String name) Creates or finds a DevBoxActionDelayStatus from its string representation.DevBoxActionDelayResult.getDelayStatus()
Get the delayStatus property: The result of the delay operation on this action.Methods in com.azure.developer.devcenter.models that return types with arguments of type DevBoxActionDelayStatusModifier and TypeMethodDescriptionstatic Collection
<DevBoxActionDelayStatus> DevBoxActionDelayStatus.values()
Gets known DevBoxActionDelayStatus values.