次の方法で共有


ClusterResourceProperties.ClientCertificates プロパティ

定義

クラスターに接続するクライアントを承認するために使用される TLS 証明書の一覧を取得または設定します。 clientCertificates が設定されているかどうかに関係なく、すべての接続は TLS で暗号化されますが、clientCertificates が設定されている場合、マネージド Cassandra クラスターは、このプロパティの 1 つ以上のパブリック証明書から検証できる TLS クライアント証明書を持たないすべての接続を拒否します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象