次の方法で共有


Flowlet.Sinks プロパティ

定義

Flowlet のシンクの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象