Partager via


GenericLinkedService Constructeurs

Définition

Surcharges

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

GenericLinkedService()

public GenericLinkedService ();
Public Sub New ()

S’applique à

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))

Paramètres

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

S’applique à