你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CassandraClusterProperties.AuthenticationMethod 属性

定义

Cassandra 应使用哪种身份验证方法对客户端进行身份验证。 “无”将关闭身份验证,因此,除非在紧急情况下,否则不应使用。 “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)

属性值

适用于