다음을 통해 공유


SwitchActivity.Cases Property

Definition

Gets or sets list of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to