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

ClusterResourceProperties.AuthenticationMethod 属性

定义

获取或设置 Cassandra 应使用哪种身份验证方法对客户端进行身份验证。 “无”会关闭身份验证,因此除非在紧急情况下,否则不应使用。 “Cassandra”是基于密码的默认身份验证。 默认值为“Cassandra”。 可能的值包括:“None”、“Cassandra”

[Newtonsoft.Json.JsonProperty(PropertyName="authenticationMethod")]
public string AuthenticationMethod { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="authenticationMethod")>]
member this.AuthenticationMethod : string with get, set
Public Property AuthenticationMethod As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于