IJobStreamOperations.ListAsync Method

Definition

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

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

Parameters

automationAccount
String

The automation account name.

jobId
Guid

The job Id.

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