AutomationClient.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.IEnumerable<Microsoft.Azure.Commands.Automation.Model.Job> ListJobs (string resourceGroupName, string automationAccountName, DateTimeOffset? startTime, DateTimeOffset? endTime, string jobStatus, ref string nextLink);
abstract member ListJobs : string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string -> seq<Microsoft.Azure.Commands.Automation.Model.Job>
override this.ListJobs : string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string -> seq<Microsoft.Azure.Commands.Automation.Model.Job>
Public Function ListJobs (resourceGroupName As String, automationAccountName As String, startTime As Nullable(Of DateTimeOffset), endTime As Nullable(Of DateTimeOffset), jobStatus As String, ByRef nextLink As String) As IEnumerable(Of Job)
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- startTime
- Nullable<DateTimeOffset>
- endTime
- Nullable<DateTimeOffset>
- jobStatus
- String
- nextLink
- String