JobStreamOperationsExtensions.ListAsync 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 jobs streams identified by job id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations operations, string automationAccount, Guid jobId, Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters parameters);
static member ListAsync : Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations * string * Guid * Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse>
<Extension()>
Public Function ListAsync (operations As IJobStreamOperations, automationAccount As String, jobId As Guid, parameters As JobStreamListParameters) As Task(Of JobStreamListResponse)
Parameters
- operations
- IJobStreamOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
- automationAccount
- String
Required. The automation account name.
- jobId
- Guid
Required. The job Id.
- parameters
- JobStreamListParameters
Optional. The parameters supplied to the list job stream's stream items operation.
Returns
The response model for the list job stream operation.
Applies to
Azure SDK for .NET