OpenShiftManagedClusterIdentityProvider 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
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.
Configuration of the provider.
Applies to
Azure SDK for .NET