IJobStreamOperations::ListTestJobStreamsAsync Method (String^, String^, JobStreamListParameters^, CancellationToken)
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)
Task<JobStreamListResponse^>^ ListTestJobStreamsAsync( String^ automationAccount, String^ runbookName, JobStreamListParameters^ parameters, CancellationToken cancellationToken )
Parameters
- automationAccount
-
Type:
System::String^
The automation account name.
- runbookName
-
Type:
System::String^
The runbook name.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Automation.Models::JobStreamListParameters^
The parameters supplied to the list job stream's stream items operation.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<JobStreamListResponse^>^The response model for the list job stream operation.
Show: