Uses of Class
com.azure.resourcemanager.devcenter.fluent.models.ScheduleInner
Package
Description
Package containing the service clients for DevCenterManagementClient.
Package containing the inner data models for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of ScheduleInner in com.azure.resourcemanager.devcenter.fluent
Modifier and TypeMethodDescriptionSchedulesClient.createOrUpdate
(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleInner body) Creates or updates a Schedule.SchedulesClient.createOrUpdate
(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleInner body, Integer top, com.azure.core.util.Context context) Creates or updates a Schedule.SchedulesClient.get
(String resourceGroupName, String projectName, String poolName, String scheduleName) Gets a schedule resource.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.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScheduleInner>,
ScheduleInner> SchedulesClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleInner body) Creates or updates a Schedule.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScheduleInner>,
ScheduleInner> SchedulesClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleInner body) Creates or updates a Schedule.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScheduleInner>,
ScheduleInner> SchedulesClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleInner body, Integer top, com.azure.core.util.Context context) Creates or updates a Schedule.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScheduleInner>,
ScheduleInner> SchedulesClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleInner body, Integer top, com.azure.core.util.Context context) Creates or updates a Schedule.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) 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) 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.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.com.azure.core.http.rest.Response<ScheduleInner>
SchedulesClient.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<ScheduleInner>
SchedulesClient.listByPool
(String resourceGroupName, String projectName, String poolName) Lists schedules for a pool.com.azure.core.http.rest.PagedIterable<ScheduleInner>
SchedulesClient.listByPool
(String resourceGroupName, String projectName, String poolName, Integer top, com.azure.core.util.Context context) Lists schedules for a pool.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScheduleInner>,
ScheduleInner> SchedulesClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleInner body) Creates or updates a Schedule.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ScheduleInner>,
ScheduleInner> SchedulesClient.beginCreateOrUpdate
(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleInner body, Integer top, com.azure.core.util.Context context) Creates or updates a Schedule.SchedulesClient.createOrUpdate
(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleInner body) Creates or updates a Schedule.SchedulesClient.createOrUpdate
(String resourceGroupName, String projectName, String poolName, String scheduleName, ScheduleInner body, Integer top, com.azure.core.util.Context context) Creates or updates a Schedule. -
Uses of ScheduleInner in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionScheduleInner.withFrequency
(ScheduledFrequency frequency) Set the frequency property: The frequency of this scheduled task.ScheduleInner.withState
(EnableStatus state) Set the state property: Indicates whether or not this scheduled task is enabled.Set the time property: The target time to trigger the action.ScheduleInner.withTimeZone
(String timeZone) Set the timeZone property: The IANA timezone id at which the schedule should execute.ScheduleInner.withTypePropertiesType
(ScheduledType type) Set the type property: Supported type this scheduled task represents. -
Uses of ScheduleInner in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionSchedule.innerModel()
Gets the inner com.azure.resourcemanager.devcenter.fluent.models.ScheduleInner object.Modifier and TypeMethodDescriptionScheduleListResult.value()
Get the value property: Current page of results.