Sdílet prostřednictvím


JobFilter.JobType Property

Definition

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.

[Newtonsoft.Json.JsonProperty(PropertyName="jobType")]
public string JobType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="jobType")>]
member this.JobType : string with get, set
Public Property JobType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to