Freigeben über


ContinuousWebJob.Status Eigenschaft

Definition

Ruft auftrags-status ab oder legt diese fest. Mögliche Werte: "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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: