GenericLinkedService Constructors

Definition

Overloads

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

GenericLinkedService()

public GenericLinkedService ();
Public Sub New ()

Applies to

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

Parameters

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

Applies to