IJobStreamOperations.ListTestJobStreamsAsync Method

Definition

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse> ListTestJobStreamsAsync (string automationAccount, string runbookName, Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member ListTestJobStreamsAsync : string * string * Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse>
Public Function ListTestJobStreamsAsync (automationAccount As String, runbookName As String, parameters As JobStreamListParameters, cancellationToken As CancellationToken) As Task(Of JobStreamListResponse)

Parameters

automationAccount
String

The automation account name.

runbookName
String

The runbook name.

parameters
JobStreamListParameters

The parameters supplied to the list job stream's stream items operation.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response model for the list job stream operation.

Applies to