JobOperationsExtensions.ListWithFilterAsync 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 Task(Of JobListResponse)
returnValue = JobOperationsExtensions.ListWithFilterAsync(operations, parameters)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function ListWithFilterAsync ( _
operations As IJobOperations, _
parameters As JobListWithFilterParameters _
) As Task(Of JobListResponse)
[ExtensionAttribute]
public static Task<JobListResponse> ListWithFilterAsync (
IJobOperations operations,
JobListWithFilterParameters parameters
)
[ExtensionAttribute]
public:
static Task<JobListResponse^>^ ListWithFilterAsync (
IJobOperations^ operations,
JobListWithFilterParameters^ parameters
)
/** @attribute ExtensionAttribute() */
public static Task<JobListResponse> ListWithFilterAsync (
IJobOperations operations,
JobListWithFilterParameters parameters
)
ExtensionAttribute
public static function ListWithFilterAsync (
operations : IJobOperations,
parameters : JobListWithFilterParameters
) : Task<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