Share via


JobOperationsExtensions.ListAsync Method

Get the list of all jobs in a job collection.

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

Usage

'Usage
Dim operations As IJobOperations
Dim parameters As JobListParameters
Dim returnValue As Task(Of JobListResponse)

returnValue = JobOperationsExtensions.ListAsync(operations, parameters)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function ListAsync ( _
    operations As IJobOperations, _
    parameters As JobListParameters _
) As Task(Of JobListResponse)
[ExtensionAttribute] 
public static Task<JobListResponse> ListAsync (
    IJobOperations operations,
    JobListParameters parameters
)
[ExtensionAttribute] 
public:
static Task<JobListResponse^>^ ListAsync (
    IJobOperations^ operations, 
    JobListParameters^ parameters
)
/** @attribute ExtensionAttribute() */ 
public static Task<JobListResponse> ListAsync (
    IJobOperations operations, 
    JobListParameters parameters
)
ExtensionAttribute 
public static function ListAsync (
    operations : IJobOperations, 
    parameters : JobListParameters
) : Task<JobListResponse>

Parameters

  • operations
    Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
  • parameters
    Required. Parameters supplied to the List Jobs operation.

Return Value

The List Jobs operation response.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

JobOperationsExtensions Class
JobOperationsExtensions Members
Microsoft.WindowsAzure.Scheduler Namespace