Share via


Schedules Class

Definition

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.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
CreateOrUpdate(String, Schedule, CancellationToken)

Create or update a schedule by id.

CreateOrUpdateAsync(String, BinaryContent, RequestOptions)

[Protocol Method] Create or update a schedule by id.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
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.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteAsync(String, CancellationToken)

Delete a schedule.

DeleteAsync(String, RequestOptions)

[Protocol Method] Delete a schedule.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
Get(String, CancellationToken)

Get a schedule by id.

Get(String, RequestOptions)

[Protocol Method] Get a schedule by id.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetAll(CancellationToken)

List all schedules.

GetAll(RequestOptions)

[Protocol Method] List all schedules.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetAllAsync(CancellationToken)

List all schedules.

GetAllAsync(RequestOptions)

[Protocol Method] List all schedules.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetAsync(String, CancellationToken)

Get a schedule by id.

GetAsync(String, RequestOptions)

[Protocol Method] Get a schedule by id.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetRun(String, String, CancellationToken)

Get a schedule run by id.

GetRun(String, String, RequestOptions)

[Protocol Method] Get a schedule run by id.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetRunAsync(String, String, CancellationToken)

Get a schedule run by id.

GetRunAsync(String, String, RequestOptions)

[Protocol Method] Get a schedule run by id.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetRuns(String, CancellationToken)

List all schedule runs.

GetRuns(String, RequestOptions)

[Protocol Method] List all schedule runs.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetRunsAsync(String, CancellationToken)

List all schedule runs.

GetRunsAsync(String, RequestOptions)

[Protocol Method] List all schedule runs.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.

Applies to