ITestJobStreamsOperations Interface

Definition

TestJobStreamsOperations operations.

public interface ITestJobStreamsOperations
type ITestJobStreamsOperations = interface
Public Interface ITestJobStreamsOperations

Methods

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieve a test job stream of the test job identified by runbook name and stream id. http://aka.ms/azureautomationsdk/jobstreamoperations

ListByTestJobNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieve a list of test job streams identified by runbook name. http://aka.ms/azureautomationsdk/jobstreamoperations

ListByTestJobWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieve a list of test job streams identified by runbook name. http://aka.ms/azureautomationsdk/jobstreamoperations

Extension Methods

Get(ITestJobStreamsOperations, String, String, String, String)

Retrieve a test job stream of the test job identified by runbook name and stream id. http://aka.ms/azureautomationsdk/jobstreamoperations

GetAsync(ITestJobStreamsOperations, String, String, String, String, CancellationToken)

Retrieve a test job stream of the test job identified by runbook name and stream id. http://aka.ms/azureautomationsdk/jobstreamoperations

ListByTestJob(ITestJobStreamsOperations, String, String, String, String)

Retrieve a list of test job streams identified by runbook name. http://aka.ms/azureautomationsdk/jobstreamoperations

ListByTestJobAsync(ITestJobStreamsOperations, String, String, String, String, CancellationToken)

Retrieve a list of test job streams identified by runbook name. http://aka.ms/azureautomationsdk/jobstreamoperations

ListByTestJobNext(ITestJobStreamsOperations, String)

Retrieve a list of test job streams identified by runbook name. http://aka.ms/azureautomationsdk/jobstreamoperations

ListByTestJobNextAsync(ITestJobStreamsOperations, String, CancellationToken)

Retrieve a list of test job streams identified by runbook name. http://aka.ms/azureautomationsdk/jobstreamoperations

Applies to