DataLakeAnalyticsClient.ListJobs 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.
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
- orderBy
- String
- moreJobs
- Boolean