IJobOperations Interface

Definition

Definition of Job operations for Azure backup extension.

public interface IJobOperations
type IJobOperations = interface
Public Interface IJobOperations

Methods

GetAsync(String, String, String, CustomRequestHeaders, CancellationToken)

Get details of a particular job.

ListAsync(String, String, CSMJobQueryObject, CustomRequestHeaders, CancellationToken)

Get the list of all jobs queried by specified filters.

StopAsync(String, String, String, CustomRequestHeaders, CancellationToken)

Trigger cancellation of a job.

Extension Methods

Get(IJobOperations, String, String, String, CustomRequestHeaders)

Get details of a particular job.

GetAsync(IJobOperations, String, String, String, CustomRequestHeaders)

Get details of a particular job.

List(IJobOperations, String, String, CSMJobQueryObject, CustomRequestHeaders)

Get the list of all jobs queried by specified filters.

ListAsync(IJobOperations, String, String, CSMJobQueryObject, CustomRequestHeaders)

Get the list of all jobs queried by specified filters.

Stop(IJobOperations, String, String, String, CustomRequestHeaders)

Trigger cancellation of a job.

StopAsync(IJobOperations, String, String, String, CustomRequestHeaders)

Trigger cancellation of a job.

Applies to