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

SftpServerLinkedService 类

定义

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SftpServerLinkedService+SftpServerLinkedServiceConverter))]
public class SftpServerLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SftpServerLinkedService+SftpServerLinkedServiceConverter))>]
type SftpServerLinkedService = class
    inherit LinkedService
Public Class SftpServerLinkedService
Inherits LinkedService
继承
SftpServerLinkedService
属性

构造函数

SftpServerLinkedService(Object)

初始化 SftpServerLinkedService 的新实例。

属性

AdditionalProperties

其他属性。

(继承自 LinkedService)
Annotations

可用于描述链接服务的标记列表。

(继承自 LinkedService)
AuthenticationType

用于连接到 FTP 服务器的身份验证类型。

ConnectVia

集成运行时引用。

(继承自 LinkedService)
Description

链接服务说明。

(继承自 LinkedService)
EncryptedCredential

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

Host

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

HostKeyFingerprint

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

Parameters

链接服务的参数。

(继承自 LinkedService)
PassPhrase

如果 SSH 私钥已加密,则用于解密 SSH 私钥的密码。 请注意 SecretBase ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 AzureKeyVaultSecretReferenceSecureString

Password

用于登录 SFTP 服务器进行基本身份验证的密码。 请注意 SecretBase ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 AzureKeyVaultSecretReferenceSecureString

Port

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

PrivateKeyContent

Base64 编码的 SSH 私钥内容,用于 SshPublicKey 身份验证。 对于使用 SshPublicKey 身份验证的本地复制,应指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私钥应采用 OpenSSH 格式。 请注意 SecretBase ,是基类。 根据方案,可能需要在此处分配基类的派生类,或者此属性需要强制转换为可能的派生类之一。 可用的派生类包括 AzureKeyVaultSecretReferenceSecureString

PrivateKeyPath

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

SkipHostKeyValidation

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

UserName

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

适用于