次の方法で共有


GenericLinkedService コンストラクター

定義

オーバーロード

GenericLinkedService()
GenericLinkedService(IDictionary<String,JToken>)

GenericLinkedService()

public GenericLinkedService();
Public Sub New ()

適用対象

GenericLinkedService(IDictionary<String,JToken>)

public GenericLinkedService(System.Collections.Generic.IDictionary<string,Newtonsoft.Json.Linq.JToken> serviceExtraProperties);
new Microsoft.Azure.Management.DataFactories.Models.GenericLinkedService : System.Collections.Generic.IDictionary<string, Newtonsoft.Json.Linq.JToken> -> Microsoft.Azure.Management.DataFactories.Models.GenericLinkedService
Public Sub New (serviceExtraProperties As IDictionary(Of String, JToken))

パラメーター

serviceExtraProperties
IDictionary<String,Newtonsoft.Json.Linq.JToken>

適用対象