JobListParameters Class

Definition

The parameters supplied to the list job operation.

public class JobListParameters
type JobListParameters = class
Public Class JobListParameters
Inheritance
JobListParameters

Constructors

JobListParameters()

Initializes a new instance of the JobListParameters class.

Properties

EndTime

Optional. For the end time filter the value should be a datetime string in UTC format as defined in ISO 8601. For example, 2014-09-25T17:49:17.2252204Z

RunbookName

Optional. Gets or sets the runbook name of the job.

StartTime

Optional. For the start time filter the value should be a datetime string in UTC format as defined in ISO 8601. For example, 2014-09-25T17:49:17.2252204Z

Status

Optional. Gets or sets the status of the job.

Applies to