JobOperationsExtensions.ListAsync Method (IJobOperations, String, String, JobListParameters)

 

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

public static Task<JobInfoListResponse> ListAsync(
    this IJobOperations operations,
    string resourceGroupName,
    string accountName,
    JobListParameters parameters
)
public:
[ExtensionAttribute]
static Task<JobInfoListResponse^>^ ListAsync(
    IJobOperations^ operations,
    String^ resourceGroupName,
    String^ accountName,
    JobListParameters^ parameters
)
static member ListAsync : 
        operations:IJobOperations *
        resourceGroupName:string *
        accountName:string *
        parameters:JobListParameters -> Task<JobInfoListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As IJobOperations,
    resourceGroupName As String,
    accountName As String,
    parameters As JobListParameters
) As Task(Of JobInfoListResponse)

Parameters

  • resourceGroupName
    Type: System.String

    Required. The name of the resource group.

  • accountName
    Type: System.String

    Required. The name of the Data Lake Analytics account to get the job from

Return Value

Type: System.Threading.Tasks.Task<JobInfoListResponse>

List of jobInfo items.

See Also

JobOperationsExtensions Class
Microsoft.Azure.Management.DataLake.AnalyticsJob Namespace

Return to top