OpenShiftManagedClusterIdentityProvider Constructors

Definition

Overloads

OpenShiftManagedClusterIdentityProvider()

Initializes a new instance of the OpenShiftManagedClusterIdentityProvider class.

OpenShiftManagedClusterIdentityProvider(String, OpenShiftManagedClusterBaseIdentityProvider)

Initializes a new instance of the OpenShiftManagedClusterIdentityProvider class.

OpenShiftManagedClusterIdentityProvider()

Initializes a new instance of the OpenShiftManagedClusterIdentityProvider class.

public OpenShiftManagedClusterIdentityProvider ();
Public Sub New ()

Applies to

OpenShiftManagedClusterIdentityProvider(String, OpenShiftManagedClusterBaseIdentityProvider)

Initializes a new instance of the OpenShiftManagedClusterIdentityProvider class.

public OpenShiftManagedClusterIdentityProvider (string name = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterBaseIdentityProvider provider = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterIdentityProvider : string * Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterBaseIdentityProvider -> Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterIdentityProvider
Public Sub New (Optional name As String = Nothing, Optional provider As OpenShiftManagedClusterBaseIdentityProvider = Nothing)

Parameters

name
String

Name of the provider.

provider
OpenShiftManagedClusterBaseIdentityProvider

Configuration of the provider.

Applies to