次の方法で共有


CassandraClusterProperties.AuthenticationMethod プロパティ

定義

Cassandra がクライアントの認証に使用する必要がある認証方法。 'None' は認証をオフにするため、緊急時以外は使用しないでください。 "Cassandra" は、既定のパスワード ベースの認証です。 既定値は 'Cassandra' です。

public Azure.ResourceManager.CosmosDB.Models.CassandraAuthenticationMethod? AuthenticationMethod { get; set; }
member this.AuthenticationMethod : Nullable<Azure.ResourceManager.CosmosDB.Models.CassandraAuthenticationMethod> with get, set
Public Property AuthenticationMethod As Nullable(Of CassandraAuthenticationMethod)

プロパティ値

適用対象