次の方法で共有


OpenShiftManagedClusterAADIdentityProvider コンストラクター

定義

オーバーロード

OpenShiftManagedClusterAADIdentityProvider()

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

OpenShiftManagedClusterAADIdentityProvider(String, String, String, String)

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

OpenShiftManagedClusterAADIdentityProvider()

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

public OpenShiftManagedClusterAADIdentityProvider ();
Public Sub New ()

適用対象

OpenShiftManagedClusterAADIdentityProvider(String, String, String, String)

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

public OpenShiftManagedClusterAADIdentityProvider (string clientId = default, string secret = default, string tenantId = default, string customerAdminGroupId = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterAADIdentityProvider : string * string * string * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterAADIdentityProvider
Public Sub New (Optional clientId As String = Nothing, Optional secret As String = Nothing, Optional tenantId As String = Nothing, Optional customerAdminGroupId As String = Nothing)

パラメーター

clientId
String

プロバイダーに関連付けられている clientId パスワード。

secret
String

プロバイダーに関連付けられているシークレット パスワード。

tenantId
String

プロバイダーに関連付けられている tenantId。

customerAdminGroupId
String

クラスター管理者ロールが付与される groupId。

適用対象