共用方式為


ClusterResourceProperties.ExternalGossipCertificates Property

Definition

Gets or sets list of TLS certificates used to authorize gossip from unmanaged data centers. The TLS certificates of all nodes in unmanaged data centers must be verifiable using one of the certificates provided in this property.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to