IJobStreamOperations.ListTestJobStreamsAsync Method
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.
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.