次の方法で共有


SftpServerLinkedService.PrivateKeyPath プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.privateKeyPath")]
public object PrivateKeyPath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.privateKeyPath")>]
member this.PrivateKeyPath : obj with get, set
Public Property PrivateKeyPath As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象