Partager via


LinkedServiceProperties Constructeurs

Définition

Surcharges

LinkedServiceProperties(LinkedServiceTypeProperties)
LinkedServiceProperties(GenericLinkedService, String)

LinkedServiceProperties(LinkedServiceTypeProperties)

public LinkedServiceProperties (Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties typeProperties);
new Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties -> Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties
Public Sub New (typeProperties As LinkedServiceTypeProperties)

Paramètres

S’applique à

LinkedServiceProperties(GenericLinkedService, String)

public LinkedServiceProperties (Microsoft.Azure.Management.DataFactories.Models.GenericLinkedService typeProperties, string typeName);
new Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties : Microsoft.Azure.Management.DataFactories.Models.GenericLinkedService * string -> Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties
Public Sub New (typeProperties As GenericLinkedService, typeName As String)

Paramètres

typeProperties
GenericLinkedService
typeName
String

S’applique à