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

ManagedClusterAADProfile 类

定义

AADProfile 指定 Azure Active Directory 集成的属性。

public class ManagedClusterAADProfile
type ManagedClusterAADProfile = class
Public Class ManagedClusterAADProfile
继承
ManagedClusterAADProfile

构造函数

ManagedClusterAADProfile()

初始化 ManagedClusterAADProfile 类的新实例。

ManagedClusterAADProfile(Nullable<Boolean>, Nullable<Boolean>, IList<String>, String, String, String, String)

初始化 ManagedClusterAADProfile 类的新实例。

属性

AdminGroupObjectIDs

获取或设置将具有群集管理员角色的 AAD 组对象 ID。

ClientAppID

获取或设置客户端 AAD 应用程序 ID。

EnableAzureRBAC

获取或设置是否为 Kubernetes 授权启用 Azure RBAC。

Managed

获取或设置是否启用托管 AAD。

ServerAppID

获取或设置服务器 AAD 应用程序 ID。

ServerAppSecret

获取或设置服务器 AAD 应用程序机密。

TenantID

获取或设置用于身份验证的 AAD 租户 ID。 如果未指定,将使用部署订阅的租户。

适用于