JobOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
List(IJobOperations, String, ODataQuery<JobInformationBasic>, String, Nullable<Boolean>) |
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. |
List(IJobOperations, String, ODataQuery<JobInformation>, String, Nullable<Boolean>) |
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. |
List(IJobOperations, String, ODataQuery<JobInformationBasic>, String, Nullable<Boolean>)
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 Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformationBasic> List (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);
static member List : Microsoft.Azure.Management.DataLake.Analytics.IJobOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformationBasic> * string * Nullable<bool> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformationBasic>
<Extension()>
Public Function List (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) As 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.
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.
Returns
Applies to
List(IJobOperations, String, ODataQuery<JobInformation>, String, Nullable<Boolean>)
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 Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation> List (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);
static member List : Microsoft.Azure.Management.DataLake.Analytics.IJobOperations * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation> * string * Nullable<bool> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformation>
<Extension()>
Public Function List (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) As 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.
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.
Returns
Applies to
Azure SDK for .NET