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