JobOperationsExtensions.List 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 List (
	operations As IJobOperations,
	automationAccount As String,
	parameters As JobListParameters
) As 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: Microsoft.WindowsAzure.Management.Automation.Models.JobListResponse

The response model for the list job operation.

Return to top
Show: