次の方法で共有


PrestoLinkedService.EnableSsl プロパティ

定義

サーバーへの接続を SSL を使用して暗号化するかどうかを取得または設定します。 既定値は false です。

[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

適用対象