SftpServerLinkedService Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SftpServerLinkedService() |
Inicializa uma nova instância da classe SftpServerLinkedService. |
SftpServerLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, String, Object, SecretBase, Object, Object, SecretBase, SecretBase, Object, Object) |
Inicializa uma nova instância da classe SftpServerLinkedService. |
SftpServerLinkedService()
Inicializa uma nova instância da classe SftpServerLinkedService.
public SftpServerLinkedService ();
Public Sub New ()
Aplica-se a
SftpServerLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, String, Object, SecretBase, Object, Object, SecretBase, SecretBase, Object, Object)
Inicializa uma nova instância da classe SftpServerLinkedService.
public SftpServerLinkedService (object host, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, object port = default, string authenticationType = default, object userName = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object encryptedCredential = default, object privateKeyPath = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase privateKeyContent = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase passPhrase = default, object skipHostKeyValidation = default, object hostKeyFingerprint = default);
new Microsoft.Azure.Management.DataFactory.Models.SftpServerLinkedService : obj * System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * obj * string * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.SftpServerLinkedService
Public Sub New (host As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional port As Object = Nothing, Optional authenticationType As String = Nothing, Optional userName As Object = Nothing, Optional password As SecretBase = Nothing, Optional encryptedCredential As Object = Nothing, Optional privateKeyPath As Object = Nothing, Optional privateKeyContent As SecretBase = Nothing, Optional passPhrase As SecretBase = Nothing, Optional skipHostKeyValidation As Object = Nothing, Optional hostKeyFingerprint As Object = Nothing)
Parâmetros
- host
- Object
O nome do host do servidor SFTP. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).
- additionalProperties
- IDictionary<String,Object>
As propriedades sem correspondência da mensagem são desserializadas nesta coleção
- connectVia
- IntegrationRuntimeReference
A referência de runtime de integração.
- description
- String
Descrição do serviço vinculado.
- parameters
- IDictionary<String,ParameterSpecification>
Parâmetros para o serviço vinculado.
- port
- Object
O número da porta TCP que o servidor SFTP usa para escutar conexões de cliente. O valor padrão é 22. Tipo: inteiro (ou Expressão com resultType inteiro), mínimo: 0.
- authenticationType
- String
O tipo de autenticação a ser usado para se conectar ao servidor FTP. Os valores possíveis incluem: 'Basic', 'SshPublicKey', 'MultiFactor'
- userName
- Object
O nome de usuário usado para fazer logon no servidor SFTP. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).
- password
- SecretBase
Senha para fazer logon no servidor SFTP para autenticação básica.
- encryptedCredential
- Object
A credencial criptografada usada para autenticação. As credenciais são criptografadas usando o gerenciador de credenciais do runtime de integração. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).
- privateKeyPath
- Object
O caminho do arquivo de chave privada SSH para autenticação SshPublicKey. Válido apenas para cópia local. Para cópia local com autenticação SshPublicKey, PrivateKeyPath ou PrivateKeyContent devem ser especificados. A chave privada SSH deve estar no formato OpenSSH. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).
- privateKeyContent
- SecretBase
Conteúdo de chave privada SSH codificado em Base64 para autenticação SshPublicKey. Para cópia local com autenticação SshPublicKey, PrivateKeyPath ou PrivateKeyContent devem ser especificados. A chave privada SSH deve estar no formato OpenSSH.
- passPhrase
- SecretBase
A senha para descriptografar a chave privada SSH se a chave privada SSH for criptografada.
- skipHostKeyValidation
- Object
Se for true, ignore a validação da chave de host SSH. O valor padrão é false. Tipo: booliano (ou Expression com resultType boolean).
- hostKeyFingerprint
- Object
A impressão digital da chave do host do servidor SFTP. Quando SkipHostKeyValidation for false, HostKeyFingerprint deverá ser especificado. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).
Aplica-se a
Azure SDK for .NET