共用方式為


ClusterResourceProperties.ClientCertificates Property

Definition

Gets or sets list of TLS certificates used to authorize clients connecting to the cluster. All connections are TLS encrypted whether clientCertificates is set or not, but if clientCertificates is set, the managed Cassandra cluster will reject all connections not bearing a TLS client certificate that can be validated from one or more of the public certificates in this property.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to