IJobOperations.ListAsync Method (String, String, JobListParameters, CancellationToken)
Gets the first page of the Data Lake Analytics JobInformation objects within the specified resource group with a link to the next page, if any.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsJob
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)
Syntax
Task<JobInfoListResponse> ListAsync(
string resourceGroupName,
string accountName,
JobListParameters parameters,
CancellationToken cancellationToken
)
Task<JobInfoListResponse^>^ ListAsync(
String^ resourceGroupName,
String^ accountName,
JobListParameters^ parameters,
CancellationToken cancellationToken
)
abstract ListAsync :
resourceGroupName:string *
accountName:string *
parameters:JobListParameters *
cancellationToken:CancellationToken -> Task<JobInfoListResponse>
Function ListAsync (
resourceGroupName As String,
accountName As String,
parameters As JobListParameters,
cancellationToken As CancellationToken
) As Task(Of JobInfoListResponse)
Parameters
resourceGroupName
Type: System.StringThe name of the resource group.
accountName
Type: System.StringThe name of the Data Lake Analytics account to get the job from
parameters
Type: Microsoft.Azure.Management.DataLake.AnalyticsJob.Models.JobListParametersQuery parameters. If null is passed returns all JobInfo items.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<JobInfoListResponse>
List of jobInfo items.
See Also
IJobOperations Interface
Microsoft.Azure.Management.DataLake.AnalyticsJob Namespace
Return to top