JobStreamOperationsExtensions.ListAsync Method (IJobStreamOperations, String, Guid, JobStreamListParameters)
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)
<ExtensionAttribute> Public Shared Function ListAsync ( operations As IJobStreamOperations, automationAccount As String, jobId As Guid, 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.
- jobId
-
Type:
System.Guid
Required. The job Id.
- 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: