次の方法で共有


StaticSiteFunctionOverviewARMResource.TriggerType プロパティ

定義

関数のトリガーの種類を取得します。 使用可能な値は、'HttpTrigger'、'Unknown' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.triggerType")]
public string TriggerType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.triggerType")>]
member this.TriggerType : string
Public ReadOnly Property TriggerType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象