通过


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

ManagedClusterAddonProfileOutput interface

托管群集的 Kubernetes 加载项配置文件。

属性

config

用于配置加载项的键值对。

enabled

是否启用加载项。

identity

此加载项使用的用户分配标识的信息。

属性详细信息

config

用于配置加载项的键值对。

config?: Record<string, string>

属性值

Record<string, string>

enabled

是否启用加载项。

enabled: boolean

属性值

boolean

identity

此加载项使用的用户分配标识的信息。

identity?: ManagedClusterAddonProfileIdentityOutput

属性值