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 DevBoxActionDelayStatusDevBoxActionDelayStatus.FAILEDThe delay operation failed.static final DevBoxActionDelayStatusDevBoxActionDelayStatus.SUCCEEDEDThe delay operation succeeded.Methods in com.azure.developer.devcenter.models that return DevBoxActionDelayStatusModifier and TypeMethodDescriptionstatic DevBoxActionDelayStatusDevBoxActionDelayStatus.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.