JobQueryOptions.JobStatus プロパティ

定義

クエリを実行するジョブの状態。

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

プロパティ値

注釈

null の場合、すべての状態のジョブが返されます。

適用対象