JobOperationsExtensions.ListAsync Method (IJobOperations, String, JobListParameters)

 

Retrieve a list of jobs. (see http://aka.ms/azureautomationsdk/joboperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

<ExtensionAttribute>
Public Shared Function ListAsync (
	operations As IJobOperations,
	automationAccount As String,
	parameters As JobListParameters
) As Task(Of JobListResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation.IJobOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.IJobOperations.

automationAccount
Type: System.String

Required. The automation account name.

parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.JobListParameters

Optional. The parameters supplied to the list operation.

Return Value

Type: System.Threading.Tasks.Task(Of JobListResponse)

The response model for the list job operation.

Return to top
Show: