共用方式為


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

適用於