JobStreamOperationsExtensions.ListTestJobStreamsAsync Method

Definition

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

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

Parameters

operations
IJobStreamOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.

automationAccount
String

Required. The automation account name.

runbookName
String

Required. The runbook name.

parameters
JobStreamListParameters

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

Returns

The response model for the list job stream operation.

Applies to