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

적용 대상