次の方法で共有


SftpServerLinkedService.HostKeyFingerprint プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象