共用方式為


WebJobInner.WebJobType 屬性

定義

取得或設定作業類型。 可能的值包括:'Continuous'、'Triggered'

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於