HdfsLinkedService 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
HdfsLinkedService() | |
HdfsLinkedService(String, String, String) |
HdfsLinkedService()
public HdfsLinkedService ();
Public Sub New ()
Applies to
HdfsLinkedService(String, String, String)
public HdfsLinkedService (string gatewayName, string url, string authenticationType);
new Microsoft.Azure.Management.DataFactories.Models.HdfsLinkedService : string * string * string -> Microsoft.Azure.Management.DataFactories.Models.HdfsLinkedService
Public Sub New (gatewayName As String, url As String, authenticationType As String)
Parameters
- gatewayName
- String
- url
- String
- authenticationType
- String