TumblingWindowTrigger.DependsOn Property

Definition

Gets or sets triggers that this trigger depends on. Only tumbling window triggers are supported.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.dependsOn")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DependencyReference> DependsOn { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.dependsOn")>]
member this.DependsOn : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.DependencyReference> with get, set
Public Property DependsOn As IList(Of DependencyReference)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to