TriggeredJobRun.Status Property

Definition

Gets or sets job status. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to