次の方法で共有


ManagedClusterInner.EnableRBAC プロパティ

定義

Kubernetes Role-Based Access Controlを有効にするかどうかを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableRBAC")]
public bool? EnableRBAC { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableRBAC")>]
member this.EnableRBAC : Nullable<bool> with get, set
Public Property EnableRBAC As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象