Uses of Interface
com.azure.resourcemanager.devcenter.models.Schedule
Package
Description
Package containing the data models for DevCenterManagementClient.
-
Uses of Schedule in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionSchedule.Update.apply()
Executes the update request.Schedule.Update.apply
(com.azure.core.util.Context context) Executes the update request.Schedule.DefinitionStages.WithCreate.create()
Executes the create request.Schedule.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets a schedule resource.Gets a schedule resource.Schedule.refresh()
Refreshes the resource to sync with Azure.Schedule.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Schedule>
Schedules.getByIdWithResponse
(String id, Integer top, com.azure.core.util.Context context) Gets a schedule resource.com.azure.core.http.rest.Response<Schedule>
Schedules.getWithResponse
(String resourceGroupName, String projectName, String poolName, String scheduleName, Integer top, com.azure.core.util.Context context) Gets a schedule resource.com.azure.core.http.rest.PagedIterable<Schedule>
Schedules.listByPool
(String resourceGroupName, String projectName, String poolName) Lists schedules for a pool.com.azure.core.http.rest.PagedIterable<Schedule>
Schedules.listByPool
(String resourceGroupName, String projectName, String poolName, Integer top, com.azure.core.util.Context context) Lists schedules for a pool.