OpenShiftManagedClusterAuthProfile Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Azure SDK for .NET