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

ClientCertificateCommonName.IsAdmin 属性

定义

获取或设置指示客户端证书是否对群集具有管理员访问权限。 非管理员客户端只能在群集上执行只读操作。

[Newtonsoft.Json.JsonProperty(PropertyName="isAdmin")]
public bool IsAdmin { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isAdmin")>]
member this.IsAdmin : bool with get, set
Public Property IsAdmin As Boolean

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于