PSLinkedService 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
PSLinkedService() | |
PSLinkedService(LinkedServiceResource, String, String) |
PSLinkedService()
public PSLinkedService ();
Public Sub New ()
Applies to
PSLinkedService(LinkedServiceResource, String, String)
public PSLinkedService (Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource linkedService, string resourceGroupName, string factoryName);
new Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource * string * string -> Microsoft.Azure.Commands.DataFactoryV2.Models.PSLinkedService
Public Sub New (linkedService As LinkedServiceResource, resourceGroupName As String, factoryName As String)
Parameters
- linkedService
- LinkedServiceResource
- resourceGroupName
- String
- factoryName
- String