次の方法で共有


PrestoLinkedService.TrustedCertPath プロパティ

定義

SSL 経由で接続するときにサーバーを検証するための信頼された CA 証明書を含む .pem ファイルの完全パスを取得または設定します。 このプロパティは、セルフホステッド IR で SSL を使用する場合にのみ設定できます。 既定値は、IR でインストールされる cacerts.pem ファイルです。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象