Compartir a través de


ContinuousWebJob.Status Propiedad

Definición

Obtiene o establece el estado del trabajo. Entre los valores posibles se incluyen: 'Initializing', 'Starting', 'Running', 'PendingRestart', 'Stopped'

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a