你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OpenShiftManagedClusterAuthProfile 构造函数

定义

重载

OpenShiftManagedClusterAuthProfile()

初始化 OpenShiftManagedClusterAuthProfile 类的新实例。

OpenShiftManagedClusterAuthProfile(IList<OpenShiftManagedClusterIdentityProvider>)

初始化 OpenShiftManagedClusterAuthProfile 类的新实例。

OpenShiftManagedClusterAuthProfile()

初始化 OpenShiftManagedClusterAuthProfile 类的新实例。

public OpenShiftManagedClusterAuthProfile ();
Public Sub New ()

适用于

OpenShiftManagedClusterAuthProfile(IList<OpenShiftManagedClusterIdentityProvider>)

初始化 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)

参数

identityProviders
IList<OpenShiftManagedClusterIdentityProvider>

要使用的身份验证配置文件的类型。

适用于