次の方法で共有


SelfHostedIntegrationRuntimeStatus.Links プロパティ

定義

この統合ランタイムと共有するために作成されるリンクされた統合ランタイムの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象