ProjectSchedules Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Schedules sub-client.
public class ProjectSchedules
type ProjectSchedules = class
Public Class ProjectSchedules
- Inheritance
-
ProjectSchedules
Constructors
| Name | Description |
|---|---|
| ProjectSchedules() |
Initializes a new instance of ProjectSchedules for mocking. |
Properties
| Name | Description |
|---|---|
| Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
| Name | Description |
|---|---|
| CreateOrUpdate(String, BinaryContent, RequestOptions) |
[Protocol Method] Creates a new schedule or updates an existing schedule with the supplied definition.
|
| CreateOrUpdate(String, ProjectsSchedule, CancellationToken) |
Creates a new schedule or updates an existing schedule with the supplied definition. |
| CreateOrUpdateAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Creates a new schedule or updates an existing schedule with the supplied definition.
|
| CreateOrUpdateAsync(String, ProjectsSchedule, CancellationToken) |
Creates a new schedule or updates an existing schedule with the supplied definition. |
| Delete(String, CancellationToken) |
Deletes the specified schedule resource. |
| Delete(String, RequestOptions) |
[Protocol Method] Deletes the specified schedule resource.
|
| DeleteAsync(String, CancellationToken) |
Deletes the specified schedule resource. |
| DeleteAsync(String, RequestOptions) |
[Protocol Method] Deletes the specified schedule resource.
|
| Get(String, CancellationToken) |
Retrieves the specified schedule resource. |
| Get(String, RequestOptions) |
[Protocol Method] Retrieves the specified schedule resource.
|
| GetAll(Nullable<ScheduleTaskType>, Nullable<Boolean>, CancellationToken) |
Returns schedules that match the supplied type and enabled filters. |
| GetAll(String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] Returns schedules that match the supplied type and enabled filters.
|
| GetAllAsync(Nullable<ScheduleTaskType>, Nullable<Boolean>, CancellationToken) |
Returns schedules that match the supplied type and enabled filters. |
| GetAllAsync(String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] Returns schedules that match the supplied type and enabled filters.
|
| GetAsync(String, CancellationToken) |
Retrieves the specified schedule resource. |
| GetAsync(String, RequestOptions) |
[Protocol Method] Retrieves the specified schedule resource.
|
| GetRun(String, String, CancellationToken) |
Retrieves the specified run for a schedule. |
| GetRun(String, String, RequestOptions) |
[Protocol Method] Retrieves the specified run for a schedule.
|
| GetRunAsync(String, String, CancellationToken) |
Retrieves the specified run for a schedule. |
| GetRunAsync(String, String, RequestOptions) |
[Protocol Method] Retrieves the specified run for a schedule.
|
| GetRuns(String, Nullable<ScheduleTaskType>, Nullable<Boolean>, CancellationToken) |
Returns schedule runs that match the supplied filters. |
| GetRuns(String, String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] Returns schedule runs that match the supplied filters.
|
| GetRunsAsync(String, Nullable<ScheduleTaskType>, Nullable<Boolean>, CancellationToken) |
Returns schedule runs that match the supplied filters. |
| GetRunsAsync(String, String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] Returns schedule runs that match the supplied filters.
|