Uses of Class
com.azure.developer.devcenter.models.DevBoxAction
Packages that use DevBoxAction
Package
Description
Package containing the classes for DevCenterService.
Package containing the data models for DevCenterService.
-
Uses of DevBoxAction in com.azure.developer.devcenter
Methods in com.azure.developer.devcenter that return DevBoxActionModifier and TypeMethodDescriptionDevBoxesClient.delayAction
(String projectName, String userId, String devBoxName, String actionName, OffsetDateTime delayUntil) Delays the occurrence of an action.DevBoxesClient.getDevBoxAction
(String projectName, String userId, String devBoxName, String actionName) Gets an action.Methods in com.azure.developer.devcenter that return types with arguments of type DevBoxActionModifier and TypeMethodDescriptionDevBoxesAsyncClient.delayAction
(String projectName, String userId, String devBoxName, String actionName, OffsetDateTime delayUntil) Delays the occurrence of an action.DevBoxesAsyncClient.getDevBoxAction
(String projectName, String userId, String devBoxName, String actionName) Gets an action.com.azure.core.http.rest.PagedFlux
<DevBoxAction> DevBoxesAsyncClient.listDevBoxActions
(String projectName, String userId, String devBoxName) Lists actions on a Dev Box.com.azure.core.http.rest.PagedIterable
<DevBoxAction> DevBoxesClient.listDevBoxActions
(String projectName, String userId, String devBoxName) Lists actions on a Dev Box. -
Uses of DevBoxAction in com.azure.developer.devcenter.models
Methods in com.azure.developer.devcenter.models that return DevBoxActionModifier and TypeMethodDescriptionstatic DevBoxAction
DevBoxAction.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DevBoxAction from the JsonReader.DevBoxActionDelayResult.getAction()
Get the action property: The delayed action.