Schedules 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 Schedules
type Schedules = class
Public Class Schedules
- Inheritance
-
Schedules
Constructors
| Name | Description |
|---|---|
| Schedules() |
Initializes a new instance of Schedules 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 a schedule by id.
|
| CreateOrUpdate(String, Schedule, CancellationToken) |
Create or update a schedule by id. |
| CreateOrUpdateAsync(String, BinaryContent, RequestOptions) |
[Protocol Method] Create or update a schedule by id.
|
| CreateOrUpdateAsync(String, Schedule, CancellationToken) |
Create or update a schedule by id. |
| 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(CancellationToken) |
List all schedules. |
| GetAll(RequestOptions) |
[Protocol Method] List all schedules.
|
| GetAllAsync(CancellationToken) |
List all schedules. |
| GetAllAsync(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, CancellationToken) |
List all schedule runs. |
| GetRuns(String, RequestOptions) |
[Protocol Method] List all schedule runs.
|
| GetRunsAsync(String, CancellationToken) |
List all schedule runs. |
| GetRunsAsync(String, RequestOptions) |
[Protocol Method] List all schedule runs.
|