JobFilter Class

Definition

The OData filter to be used for jobs.

public class JobFilter
type JobFilter = class
Public Class JobFilter
Inheritance
JobFilter

Constructors

JobFilter()

Initializes a new instance of the JobFilter class.

JobFilter(String, String, Nullable<DateTime>)

Initializes a new instance of the JobFilter class.

Properties

JobType

Gets or sets specifies the type of the jobs to be filtered. For e.g., "ScheduledBackup", "ManualBackup", "RestoreBackup", "CloneVolume", "FailoverVolumeContainers", "CreateLocallyPinnedVolume", "ModifyVolume", "InstallUpdates", "SupportPackageLogs", or "CreateCloudAppliance". Only 'Equality' operator can be used for this property.

StartTime

Gets or sets specifies the start time of the jobs to be filtered. Only 'Greater Than or Equal To' and 'Lesser Than or Equal To' operators are supported for this property.

Status

Gets or sets specifies the status of the jobs to be filtered. For e.g., "Running", "Succeeded", "Failed" or "Canceled". Only 'Equality' operator is supported for this property.

Applies to