JobStreamOperationsExtensions.ListTestJobStreamsAsync Method (IJobStreamOperations, String, String, JobStreamListParameters)
Retrieve a list of test job streams identified by runbook name. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
<ExtensionAttribute> Public Shared Function ListTestJobStreamsAsync ( operations As IJobStreamOperations, automationAccount As String, runbookName As String, parameters As JobStreamListParameters ) As Task(Of JobStreamListResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
- automationAccount
-
Type:
System.String
Required. The automation account name.
- runbookName
-
Type:
System.String
Required. The runbook name.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters
Optional. The parameters supplied to the list job stream's stream items operation.
Return Value
Type: System.Threading.Tasks.Task(Of JobStreamListResponse)The response model for the list job stream operation.
Show: