Uses of Class
com.azure.resourcemanager.devcenter.models.ScheduleUpdate
Package
Description
Package containing the service clients for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of ScheduleUpdate in com.azure.resourcemanager.devcenter.fluent
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScheduleInner>,
ScheduleInner> SchedulesClient.beginUpdate
(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleUpdate body) Partially updates a Scheduled.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScheduleInner>,
ScheduleInner> SchedulesClient.beginUpdate
(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleUpdate body, Integer top, com.azure.core.util.Context context) Partially updates a Scheduled.SchedulesClient.update
(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleUpdate body) Partially updates a Scheduled.SchedulesClient.update
(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleUpdate body, Integer top, com.azure.core.util.Context context) Partially updates a Scheduled. -
Uses of ScheduleUpdate in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionScheduleUpdate.withFrequency
(ScheduledFrequency frequency) Set the frequency property: The frequency of this scheduled task.ScheduleUpdate.withLocation
(String location) Set the location property: The geo-location where the resource lives.ScheduleUpdate.withState
(EnableStatus state) Set the state property: Indicates whether or not this scheduled task is enabled.Set the tags property: Resource tags.Set the time property: The target time to trigger the action.ScheduleUpdate.withTimeZone
(String timeZone) Set the timeZone property: The IANA timezone id at which the schedule should execute.ScheduleUpdate.withType
(ScheduledType type) Set the type property: Supported type this scheduled task represents.