TestJobStreamsOperationsExtensions Class

Definition

Extension methods for TestJobStreamsOperations.

public static class TestJobStreamsOperationsExtensions
type TestJobStreamsOperationsExtensions = class
Public Module TestJobStreamsOperationsExtensions
Inheritance
TestJobStreamsOperationsExtensions

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