OpenShiftManagedClusterAADIdentityProvider Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET