IJobStreamOperations.ListAsync Method (String, Guid, JobStreamListParameters, CancellationToken)
Retrieve a list of jobs streams identified by job id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Task<JobStreamListResponse> ListAsync(
string automationAccount,
Guid jobId,
JobStreamListParameters parameters,
CancellationToken cancellationToken
)
Parameters
- automationAccount
-
Type:
System.String
The automation account name.
- jobId
-
Type:
System.Guid
The job Id.
- 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: