ITestJobStreamsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Applies to
Azure SDK for .NET