次の方法で共有


ManagedClusterAADProfile.AdminGroupObjectIDs プロパティ

定義

クラスターの管理者ロールを持つ AAD グループ オブジェクト ID を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="adminGroupObjectIDs")]
public System.Collections.Generic.IList<string> AdminGroupObjectIDs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="adminGroupObjectIDs")>]
member this.AdminGroupObjectIDs : System.Collections.Generic.IList<string> with get, set
Public Property AdminGroupObjectIDs As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象