你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SparkLinkedService.TrustedCertPath 属性

定义

获取或设置 .pem 文件的完整路径,其中包含用于在通过 SSL 进行连接时验证服务器的受信任 CA 证书。 只有在自托管 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

适用于