你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SftpServerLinkedService 类

定义

SSH 文件传输协议的链接服务 (SFTP) 服务器。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Sftp")]
public class SftpServerLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Sftp")>]
type SftpServerLinkedService = class
    inherit LinkedService
Public Class SftpServerLinkedService
Inherits LinkedService
继承
SftpServerLinkedService
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

构造函数

SftpServerLinkedService()

初始化 SftpServerLinkedService 类的新实例。

SftpServerLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, String, Object, SecretBase, Object, Object, SecretBase, SecretBase, Object, Object)

初始化 SftpServerLinkedService 类的新实例。

属性

AdditionalProperties

获取或设置此集合反序列化的消息中的不匹配属性

(继承自 LinkedService)
Annotations

获取或设置可用于描述链接服务的标记列表。

(继承自 LinkedService)
AuthenticationType

获取或设置用于连接到 FTP 服务器的身份验证类型。 可能的值包括:“Basic”、“SshPublicKey”、“MultiFactor”

ConnectVia

获取或设置集成运行时引用。

(继承自 LinkedService)
Description

获取或设置链接的服务说明。

(继承自 LinkedService)
EncryptedCredential

获取或设置用于身份验证的加密凭据。 使用集成运行时凭据管理器加密凭据。 类型:包含 resultType 字符串) 的字符串 (或表达式。

Host

获取或设置 SFTP 服务器主机名。 类型:包含 resultType 字符串) 的字符串 (或表达式。

HostKeyFingerprint

获取或设置 SFTP 服务器的主机键指打印。 当 SkipHostKeyValidation 为 false 时,应指定 HostKeyFingerprint。 类型:包含 resultType 字符串) 的字符串 (或表达式。

Parameters

获取或设置链接服务的参数。

(继承自 LinkedService)
PassPhrase

获取或设置加密 SSH 私钥时用于解密 SSH 私钥的密码。

Password

获取或设置用于登录 SFTP 服务器进行基本身份验证的密码。

Port

获取或设置 SFTP 服务器用于侦听客户端连接的 TCP 端口号。 默认值为 22。 类型:具有 resultType 整数) 的整数 (或 Expression,最小值:0。

PrivateKeyContent

获取或设置用于 SshPublicKey 身份验证的 base64 编码 SSH 私钥内容。 对于使用 SshPublicKey 身份验证的本地复制,应指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私钥应采用 OpenSSH 格式。

PrivateKeyPath

获取或设置 SshPublicKey 身份验证的 SSH 私钥文件路径。 仅对本地复制有效。 对于使用 SshPublicKey 身份验证的本地复制,应指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私钥应采用 OpenSSH 格式。 类型:包含 resultType 字符串) 的字符串 (或表达式。

SkipHostKeyValidation

获取或设置如果为 true,则跳过 SSH 主机密钥验证。 默认值为 false。 类型:boolean (或 expression with resultType boolean) 。

UserName

获取或设置用于登录到 SFTP 服务器的用户名。 类型:包含 resultType 字符串) 的字符串 (或表达式。

方法

Validate()

验证 对象。

适用于