你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ManagedClusterNodeResourceGroupRestrictionLevel 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用于群集节点资源组的限制级别。
public readonly struct ManagedClusterNodeResourceGroupRestrictionLevel : IEquatable<Azure.ResourceManager.ContainerService.Models.ManagedClusterNodeResourceGroupRestrictionLevel>
type ManagedClusterNodeResourceGroupRestrictionLevel = struct
Public Structure ManagedClusterNodeResourceGroupRestrictionLevel
Implements IEquatable(Of ManagedClusterNodeResourceGroupRestrictionLevel)
- 继承
-
ManagedClusterNodeResourceGroupRestrictionLevel
- 实现
构造函数
ManagedClusterNodeResourceGroupRestrictionLevel(String) |
属性
ReadOnly |
仅允许对托管节点资源组具有*/读取 RBAC 权限。 |
Unrestricted |
允许对托管节点资源组拥有所有 RBAC 权限。 |
方法
Equals(ManagedClusterNodeResourceGroupRestrictionLevel) |
指示当前对象是否等于同一类型的另一个对象。 |
ToString() |
返回此实例的完全限定类型名称。 |