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