共用方式為


DataLakeAnalyticsClient.ListJobs Method

Definition

public System.Collections.Generic.List<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformationBasic> ListJobs (string accountName, string filter, int? top, int? skip, string orderBy, out bool moreJobs);
member this.ListJobs : string * string * Nullable<int> * Nullable<int> * string * bool -> System.Collections.Generic.List<Microsoft.Azure.Management.DataLake.Analytics.Models.JobInformationBasic>
Public Function ListJobs (accountName As String, filter As String, top As Nullable(Of Integer), skip As Nullable(Of Integer), orderBy As String, ByRef moreJobs As Boolean) As List(Of JobInformationBasic)

Parameters

accountName
String
filter
String
skip
Nullable<Int32>
orderBy
String
moreJobs
Boolean

Returns

Applies to