次の方法で共有


SqlTriggerGetPropertiesResource.TriggerType プロパティ

定義

トリガーの種類を取得または設定します。 指定できる値は、'Pre'、'Post' です。

[Newtonsoft.Json.JsonProperty(PropertyName="triggerType")]
public Microsoft.Azure.Management.CosmosDB.Fluent.Models.TriggerType TriggerType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="triggerType")>]
member this.TriggerType : Microsoft.Azure.Management.CosmosDB.Fluent.Models.TriggerType with get, set
Public Property TriggerType As TriggerType

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象