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

OpenShiftManagedClusterAADIdentityProvider Constructors

Definition

Overloads

OpenShiftManagedClusterAADIdentityProvider()

Initializes a new instance of the OpenShiftManagedClusterAADIdentityProvider class.

OpenShiftManagedClusterAADIdentityProvider(String, String, String, String)

Initializes a new instance of the OpenShiftManagedClusterAADIdentityProvider class.

OpenShiftManagedClusterAADIdentityProvider()

Initializes a new instance of the OpenShiftManagedClusterAADIdentityProvider class.

public OpenShiftManagedClusterAADIdentityProvider();
Public Sub New ()

Applies to

OpenShiftManagedClusterAADIdentityProvider(String, String, String, String)

Initializes a new instance of the OpenShiftManagedClusterAADIdentityProvider class.

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)

Parameters

clientId
String

The clientId password associated with the provider.

secret
String

The secret password associated with the provider.

tenantId
String

The tenantId associated with the provider.

customerAdminGroupId
String

The groupId to be granted cluster admin role.

Applies to