LinkedServiceProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- typeProperties
- LinkedServiceTypeProperties
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET