次の方法で共有


SftpServerLinkedService.PrivateKeyContent プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.privateKeyContent")]
public Microsoft.Azure.Management.DataFactory.Models.SecretBase PrivateKeyContent { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.privateKeyContent")>]
member this.PrivateKeyContent : Microsoft.Azure.Management.DataFactory.Models.SecretBase with get, set
Public Property PrivateKeyContent As SecretBase

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象