你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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