Share via


JobOperationsExtensions.ListWithFilter Method

Get the list of jobs in a job collection matching a filter on job state.

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

Usage

'Usage
Dim operations As IJobOperations
Dim parameters As JobListWithFilterParameters
Dim returnValue As JobListResponse

returnValue = JobOperationsExtensions.ListWithFilter(operations, parameters)

Syntax

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

Parameters

  • operations
    Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
  • parameters
    Required. Parameters supplied to the List Jobs with filter 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