JobOperationsExtensions.List 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 JobInfoListResponse List(
this IJobOperations operations,
string resourceGroupName,
string accountName,
JobListParameters parameters
)
public:
[ExtensionAttribute]
static JobInfoListResponse^ List(
IJobOperations^ operations,
String^ resourceGroupName,
String^ accountName,
JobListParameters^ parameters
)
static member List :
operations:IJobOperations *
resourceGroupName:string *
accountName:string *
parameters:JobListParameters -> JobInfoListResponse
<ExtensionAttribute>
Public Shared Function List (
operations As IJobOperations,
resourceGroupName As String,
accountName As String,
parameters As JobListParameters
) As JobInfoListResponse
Parameters
operations
Type: Microsoft.Azure.Management.DataLake.AnalyticsJob.IJobOperationsReference to the Microsoft.Azure.Management.DataLake.AnalyticsJob.IJobOperations.
resourceGroupName
Type: System.StringRequired. The name of the resource group.
accountName
Type: System.StringRequired. The name of the Data Lake Analytics account to get the job from
parameters
Type: Microsoft.Azure.Management.DataLake.AnalyticsJob.Models.JobListParametersOptional. Query parameters. If null is passed returns all JobInfo items.
Return Value
Type: Microsoft.Azure.Management.DataLake.AnalyticsJob.Models.JobInfoListResponse
List of jobInfo items.
See Also
JobOperationsExtensions Class
Microsoft.Azure.Management.DataLake.AnalyticsJob Namespace
Return to top