你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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。

适用于