你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ManagedClusterGuardrailsProfile 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Guardrails 配置文件。
public class ManagedClusterGuardrailsProfile
type ManagedClusterGuardrailsProfile = class
Public Class ManagedClusterGuardrailsProfile
- 继承
-
ManagedClusterGuardrailsProfile
构造函数
ManagedClusterGuardrailsProfile(String, ManagedClusterGuardrailsProfileLevel) |
初始化 ManagedClusterGuardrailsProfile 的新实例。 |
属性
ExcludedNamespaces |
从护栏检查中排除的命名空间列表。 |
Level |
要使用的护栏级别。 默认情况下,为所有命名空间启用 Guardrails,AKS 通过 systemExcludedNamespaces 排除的命名空间除外。 |
SystemExcludedNamespaces |
AKS 指定要从 Guardrail 中排除的命名空间的列表。 |
Version |
要使用的约束版本。 |