次の方法で共有


FtpServerLinkedService.EnableSsl プロパティ

定義

true の場合は、SSL/TLS チャネル経由で FTP サーバーに接続します。 既定値は true です。 型: boolean (または resultType ブール値を持つ式)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象