다음을 통해 공유


BlobEventsTrigger.Events Property

Definition

Gets or sets the type of events that cause this trigger to fire.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.events")]
public System.Collections.Generic.IList<string> Events { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.events")>]
member this.Events : System.Collections.Generic.IList<string> with get, set
Public Property Events As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to