次の方法で共有


WebActivity.LinkedServices プロパティ

定義

Web エンドポイントに渡されるリンクされたサービスの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象