次の方法で共有


ManagedClusterAADProfile.EnableAzureRBAC プロパティ

定義

Kubernetes 承認に対して Azure RBAC を有効にするかどうかを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象