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

ClusterResourceProperties.ExternalGossipCertificates 属性

定义

获取或设置用于从非托管数据中心授权八卦的 TLS 证书列表。 非托管数据中心内所有节点的 TLS 证书必须使用此属性中提供的证书之一进行验证。

[Newtonsoft.Json.JsonProperty(PropertyName="externalGossipCertificates")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.Certificate> ExternalGossipCertificates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="externalGossipCertificates")>]
member this.ExternalGossipCertificates : System.Collections.Generic.IList<Microsoft.Azure.Management.CosmosDB.Models.Certificate> with get, set
Public Property ExternalGossipCertificates As IList(Of Certificate)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于