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

GoogleBigQueryLinkedService.TrustedCertPath 属性

定义

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

适用于