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

ManagedClusterNodeResourceGroupRestrictionLevel 结构

定义

应用于群集节点资源组的限制级别。

public readonly struct ManagedClusterNodeResourceGroupRestrictionLevel : IEquatable<Azure.ResourceManager.ContainerService.Models.ManagedClusterNodeResourceGroupRestrictionLevel>
type ManagedClusterNodeResourceGroupRestrictionLevel = struct
Public Structure ManagedClusterNodeResourceGroupRestrictionLevel
Implements IEquatable(Of ManagedClusterNodeResourceGroupRestrictionLevel)
继承
ManagedClusterNodeResourceGroupRestrictionLevel
实现

构造函数

ManagedClusterNodeResourceGroupRestrictionLevel(String)

初始化 ManagedClusterNodeResourceGroupRestrictionLevel 的新实例。

属性

ReadOnly

仅允许对托管节点资源组具有*/读取 RBAC 权限。

Unrestricted

允许对托管节点资源组拥有所有 RBAC 权限。

方法

Equals(ManagedClusterNodeResourceGroupRestrictionLevel)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(ManagedClusterNodeResourceGroupRestrictionLevel, ManagedClusterNodeResourceGroupRestrictionLevel)

确定两个 ManagedClusterNodeResourceGroupRestrictionLevel 值是否相同。

Implicit(String to ManagedClusterNodeResourceGroupRestrictionLevel)

将字符串转换为 ManagedClusterNodeResourceGroupRestrictionLevel

Inequality(ManagedClusterNodeResourceGroupRestrictionLevel, ManagedClusterNodeResourceGroupRestrictionLevel)

确定两个 ManagedClusterNodeResourceGroupRestrictionLevel 值是否不相同。

适用于