IJobStreamOperations Interface

Definition

Service operation for automation job streams. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

public interface IJobStreamOperations
type IJobStreamOperations = interface
Public Interface IJobStreamOperations

Methods

GetAsync(String, Guid, String, CancellationToken)

Retrieve the job stream identified by job stream id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

GetTestJobStreamAsync(String, String, String, CancellationToken)

Retrieve a test job streams identified by runbook name and stream id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

ListAsync(String, Guid, JobStreamListParameters, CancellationToken)

Retrieve a list of jobs streams identified by job id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

ListNextAsync(String, CancellationToken)

Gets the next page of job streams using next link.

ListTestJobStreamsAsync(String, String, JobStreamListParameters, CancellationToken)

Retrieve a list of test job streams identified by runbook name. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

Extension Methods

Get(IJobStreamOperations, String, Guid, String)

Retrieve the job stream identified by job stream id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

GetAsync(IJobStreamOperations, String, Guid, String)

Retrieve the job stream identified by job stream id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

GetTestJobStream(IJobStreamOperations, String, String, String)

Retrieve a test job streams identified by runbook name and stream id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

GetTestJobStreamAsync(IJobStreamOperations, String, String, String)

Retrieve a test job streams identified by runbook name and stream id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

List(IJobStreamOperations, String, Guid, JobStreamListParameters)

Retrieve a list of jobs streams identified by job id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

ListAsync(IJobStreamOperations, String, Guid, JobStreamListParameters)

Retrieve a list of jobs streams identified by job id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

ListNext(IJobStreamOperations, String)

Gets the next page of job streams using next link.

ListNextAsync(IJobStreamOperations, String)

Gets the next page of job streams using next link.

ListTestJobStreams(IJobStreamOperations, String, String, JobStreamListParameters)

Retrieve a list of test job streams identified by runbook name. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

ListTestJobStreamsAsync(IJobStreamOperations, String, String, JobStreamListParameters)

Retrieve a list of test job streams identified by runbook name. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

Applies to