Bagikan melalui


Flowlet.Transformations Property

Definition

Gets or sets list of transformations in Flowlet.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to