共用方式為


DataFlowDebugPackage.DataFlows Property

Definition

Gets or sets list of Data flows

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to