OpenShiftManagedClusterAADIdentityProvider コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET