Uses of Class
com.azure.developer.devcenter.models.DevBoxActionDelayResult
Packages that use DevBoxActionDelayResult
Package
Description
Package containing the classes for DevCenterService.
Package containing the data models for DevCenterService.
-
Uses of DevBoxActionDelayResult in com.azure.developer.devcenter
Methods in com.azure.developer.devcenter that return types with arguments of type DevBoxActionDelayResultModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux
<DevBoxActionDelayResult> DevBoxesAsyncClient.delayAllActions
(String projectName, String userId, String devBoxName, OffsetDateTime delayUntil) Delays all actions.com.azure.core.http.rest.PagedIterable
<DevBoxActionDelayResult> DevBoxesClient.delayAllActions
(String projectName, String userId, String devBoxName, OffsetDateTime delayUntil) Delays all actions. -
Uses of DevBoxActionDelayResult in com.azure.developer.devcenter.models
Methods in com.azure.developer.devcenter.models that return DevBoxActionDelayResultModifier and TypeMethodDescriptionstatic DevBoxActionDelayResult
DevBoxActionDelayResult.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DevBoxActionDelayResult from the JsonReader.