次の方法で共有


ClusterResourceProperties.GossipCertificates プロパティ

定義

管理されていないノードがマネージド ノードとのゴシップに対して信頼する必要がある TLS 証明書の一覧を取得します。 すべてのマネージド ノードには、このプロパティで提供されている証明書のいずれかを使用して検証可能な TLS クライアント証明書が表示されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象