次の方法で共有


ManagedClusterAADProfile コンストラクター

定義

オーバーロード

ManagedClusterAADProfile()

ManagedClusterAADProfile クラスの新しいインスタンスを初期化します。

ManagedClusterAADProfile(Nullable<Boolean>, Nullable<Boolean>, IList<String>, String, String, String, String)

ManagedClusterAADProfile クラスの新しいインスタンスを初期化します。

ManagedClusterAADProfile()

ManagedClusterAADProfile クラスの新しいインスタンスを初期化します。

public ManagedClusterAADProfile ();
Public Sub New ()

適用対象

ManagedClusterAADProfile(Nullable<Boolean>, Nullable<Boolean>, IList<String>, String, String, String, String)

ManagedClusterAADProfile クラスの新しいインスタンスを初期化します。

public ManagedClusterAADProfile (bool? managed = default, bool? enableAzureRBAC = default, System.Collections.Generic.IList<string> adminGroupObjectIDs = default, string clientAppID = default, string serverAppID = default, string serverAppSecret = default, string tenantID = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAADProfile : Nullable<bool> * Nullable<bool> * System.Collections.Generic.IList<string> * string * string * string * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ManagedClusterAADProfile
Public Sub New (Optional managed As Nullable(Of Boolean) = Nothing, Optional enableAzureRBAC As Nullable(Of Boolean) = Nothing, Optional adminGroupObjectIDs As IList(Of String) = Nothing, Optional clientAppID As String = Nothing, Optional serverAppID As String = Nothing, Optional serverAppSecret As String = Nothing, Optional tenantID As String = Nothing)

パラメーター

managed
Nullable<Boolean>

マネージド AAD を有効にするかどうか。

enableAzureRBAC
Nullable<Boolean>

Kubernetes 承認に対して Azure RBAC を有効にするかどうか。

adminGroupObjectIDs
IList<String>

クラスターの管理者ロールを持つ AAD グループ オブジェクト ID。

clientAppID
String

クライアント AAD アプリケーション ID。

serverAppID
String

サーバー AAD アプリケーション ID。

serverAppSecret
String

サーバー AAD アプリケーション シークレット。

tenantID
String

認証に使用する AAD テナント ID。 指定しない場合は、デプロイ サブスクリプションのテナントが使用されます。

適用対象