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] Create or update operation template.
|
| CreateOrUpdate(String, ProjectsSchedule, CancellationToken) |
Create or update operation template. |
| CreateOrUpdateAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Create or update operation template.
|
| CreateOrUpdateAsync(String, ProjectsSchedule, CancellationToken) |
Create or update operation template. |
| Delete(String, CancellationToken) |
Delete a schedule. |
| Delete(String, RequestOptions) |
[Protocol Method] Delete a schedule.
|
| DeleteAsync(String, CancellationToken) |
Delete a schedule. |
| DeleteAsync(String, RequestOptions) |
[Protocol Method] Delete a schedule.
|
| Get(String, CancellationToken) |
Get a schedule by id. |
| Get(String, RequestOptions) |
[Protocol Method] Get a schedule by id.
|
| GetAll(Nullable<ScheduleTaskType>, Nullable<Boolean>, CancellationToken) |
List all schedules. |
| GetAll(String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] List all schedules.
|
| GetAllAsync(Nullable<ScheduleTaskType>, Nullable<Boolean>, CancellationToken) |
List all schedules. |
| GetAllAsync(String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] List all schedules.
|
| GetAsync(String, CancellationToken) |
Get a schedule by id. |
| GetAsync(String, RequestOptions) |
[Protocol Method] Get a schedule by id.
|
| GetRun(String, String, CancellationToken) |
Get a schedule run by id. |
| GetRun(String, String, RequestOptions) |
[Protocol Method] Get a schedule run by id.
|
| GetRunAsync(String, String, CancellationToken) |
Get a schedule run by id. |
| GetRunAsync(String, String, RequestOptions) |
[Protocol Method] Get a schedule run by id.
|
| GetRuns(String, Nullable<ScheduleTaskType>, Nullable<Boolean>, CancellationToken) |
List all schedule runs. |
| GetRuns(String, String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] List all schedule runs.
|
| GetRunsAsync(String, Nullable<ScheduleTaskType>, Nullable<Boolean>, CancellationToken) |
List all schedule runs. |
| GetRunsAsync(String, String, Nullable<Boolean>, RequestOptions) |
[Protocol Method] List all schedule runs.
|