ContinuousWebJobInner.Status Property

Definition

Gets or sets job status. Possible values include: 'Initializing', 'Starting', 'Running', 'PendingRestart', 'Stopped'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to