JobQueryOptions.JobType Property

Definition

The job type to query.

public Microsoft.Azure.Devices.JobType? JobType { get; set; }
member this.JobType : Nullable<Microsoft.Azure.Devices.JobType> with get, set
Public Property JobType As Nullable(Of JobType)

Property Value

Remarks

If null, jobs of all types will be returned.

Applies to