次の方法で共有


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

適用対象