Uses of Class
com.azure.developer.devcenter.models.DevBoxSchedule
Packages that use DevBoxSchedule
Package
Description
Package containing the classes for DevCenterService.
Package containing the data models for DevCenterService.
-
Uses of DevBoxSchedule in com.azure.developer.devcenter
Methods in com.azure.developer.devcenter that return DevBoxScheduleModifier and TypeMethodDescriptionDevBoxesClient.getSchedule
(String projectName, String poolName, String scheduleName) Gets a schedule.Methods in com.azure.developer.devcenter that return types with arguments of type DevBoxScheduleModifier and TypeMethodDescriptionDevBoxesAsyncClient.getSchedule
(String projectName, String poolName, String scheduleName) Gets a schedule.com.azure.core.http.rest.PagedFlux
<DevBoxSchedule> DevBoxesAsyncClient.listSchedules
(String projectName, String poolName) Lists all schedules within a pool that are configured by your project administrator.com.azure.core.http.rest.PagedIterable
<DevBoxSchedule> DevBoxesClient.listSchedules
(String projectName, String poolName) Lists all schedules within a pool that are configured by your project administrator. -
Uses of DevBoxSchedule in com.azure.developer.devcenter.models
Methods in com.azure.developer.devcenter.models that return DevBoxScheduleModifier and TypeMethodDescriptionstatic DevBoxSchedule
DevBoxSchedule.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DevBoxSchedule from the JsonReader.