次の方法で共有


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

適用対象