次の方法で共有


SftpLinkedService コンストラクター

定義

オーバーロード

SftpLinkedService()
SftpLinkedService(String, String, String)

SftpLinkedService()

public SftpLinkedService ();
Public Sub New ()

適用対象

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)

パラメーター

host
String
authenticationType
String
username
String

適用対象