Delen via


JobOperationsExtensions.ListAsync Method

Definition

Overloads

ListAsync(IJobOperations, String, ODataQuery<JobInformation>, String, Nullable<Boolean>, CancellationToken)

Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.

ListAsync(IJobOperations, String, ODataQuery<JobInformationBasic>, String, Nullable<Boolean>, CancellationToken)

Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.

ListAsync(IJobOperations, String, ODataQuery<JobInformation>, String, Nullable<Boolean>, CancellationToken)

Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation>> ListAsync (this Microsoft.Azure.Management.DataLake.Analytics.IJobOperations operations, string accountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation> odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.DataLake.Analytics.IJobOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation> * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation>>
<Extension()>
Public Function ListAsync (operations As IJobOperations, accountName As String, Optional odataQuery As ODataQuery(Of JobInformation) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of JobInformation))

Parameters

operations
IJobOperations

The operations group for this extension method.

accountName
String

The Azure Data Lake Analytics account to execute job operations on.

odataQuery
ODataQuery<JobInformation>

OData parameters to apply to the operation.

select
String

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

count
Nullable<Boolean>

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to

ListAsync(IJobOperations, String, ODataQuery<JobInformationBasic>, String, Nullable<Boolean>, CancellationToken)

Lists the jobs, if any, associated with the specified Data Lake Analytics account. The response includes a link to the next page of results, if any.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformationBasic>> ListAsync (this Microsoft.Azure.Management.DataLake.Analytics.IJobOperations operations, string accountName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformationBasic> odataQuery = default, string select = default, bool? count = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.DataLake.Analytics.IJobOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformationBasic> * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformationBasic>>
<Extension()>
Public Function ListAsync (operations As IJobOperations, accountName As String, Optional odataQuery As ODataQuery(Of JobInformationBasic) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of JobInformationBasic))

Parameters

operations
IJobOperations

The operations group for this extension method.

accountName
String

The Azure Data Lake Analytics account to execute job operations on.

odataQuery
ODataQuery<JobInformationBasic>

OData parameters to apply to the operation.

select
String

OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.

count
Nullable<Boolean>

The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to