Share via


LinkedServiceProperties Constructors

Definition

Overloads

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)

Parameters

Applies to

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)

Parameters

typeProperties
GenericLinkedService
typeName
String

Applies to