Compartilhar via


OpenShiftManagedClusterAuthProfile Construtores

Definição

Sobrecargas

OpenShiftManagedClusterAuthProfile()

Inicializa uma nova instância da classe OpenShiftManagedClusterAuthProfile.

OpenShiftManagedClusterAuthProfile(IList<OpenShiftManagedClusterIdentityProvider>)

Inicializa uma nova instância da classe OpenShiftManagedClusterAuthProfile.

OpenShiftManagedClusterAuthProfile()

Inicializa uma nova instância da classe OpenShiftManagedClusterAuthProfile.

public OpenShiftManagedClusterAuthProfile ();
Public Sub New ()

Aplica-se a

OpenShiftManagedClusterAuthProfile(IList<OpenShiftManagedClusterIdentityProvider>)

Inicializa uma nova instância da classe OpenShiftManagedClusterAuthProfile.

public OpenShiftManagedClusterAuthProfile (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterIdentityProvider> identityProviders = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterAuthProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterIdentityProvider> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterAuthProfile
Public Sub New (Optional identityProviders As IList(Of OpenShiftManagedClusterIdentityProvider) = Nothing)

Parâmetros

identityProviders
IList<OpenShiftManagedClusterIdentityProvider>

Tipo de perfil de autenticação a ser usado.

Aplica-se a