次の方法で共有


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

認証に使用される暗号化された資格情報を取得または設定します。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

Host

SFTP サーバーのホスト名を取得または設定します。 型: string (または resultType 文字列を含む式)。

HostKeyFingerprint

SFTP サーバーのホスト キーのフィンガープリントを取得または設定します。 SkipHostKeyValidation が false の場合は、HostKeyFingerprint を指定する必要があります。 型: string (または resultType 文字列を含む式)。

Parameters

リンクされたサービスのパラメーターを取得または設定します。

(継承元 LinkedService)
PassPhrase

SSH 秘密キーが暗号化されている場合に SSH 秘密キーの暗号化を解除するパスワードを取得または設定します。

Password

基本認証用に SFTP サーバーにログオンするためのパスワードを取得または設定します。

Port

SFTP サーバーがクライアント接続をリッスンするために使用する TCP ポート番号を取得または設定します。 既定値は 22 です。 型: integer (または resultType 整数を持つ式)、最小値: 0。

PrivateKeyContent

SshPublicKey 認証用の base64 でエンコードされた SSH 秘密キーコンテンツを取得または設定します。 SshPublicKey 認証を使用したオンプレミス のコピーの場合は、PrivateKeyPath または PrivateKeyContent を指定する必要があります。 SSH 秘密キーは、OpenSSH 形式にする必要があります。

PrivateKeyPath

SshPublicKey 認証の SSH 秘密キー ファイル パスを取得または設定します。 オンプレミスのコピーに対してのみ有効です。 SshPublicKey 認証を使用したオンプレミス のコピーの場合は、PrivateKeyPath または PrivateKeyContent を指定する必要があります。 SSH 秘密キーは、OpenSSH 形式にする必要があります。 型: string (または resultType 文字列を含む式)。

SkipHostKeyValidation

true の場合は、SSH ホスト キーの検証をスキップして取得または設定します。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。

UserName

SFTP サーバーへのログオンに使用するユーザー名を取得または設定します。 型: string (または resultType 文字列を含む式)。

メソッド

Validate()

オブジェクトを検証します。

適用対象