次の方法で共有


TriggeredJobRun.Status プロパティ

定義

ジョブの状態を取得または設定します。 使用できる値は、'Success'、'Failed'、'Error' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.status")]
public Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredWebJobStatus? Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.status")>]
member this.Status : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.TriggeredWebJobStatus> with get, set
Public Property Status As Nullable(Of TriggeredWebJobStatus)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象