SftpLinkedService Constructors

Definition

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

Applies to