다음을 통해 공유


ManagedClusterNodeResourceGroupRestrictionLevel Struct

Definition

The restriction level applied to the cluster's node resource group. If not specified, the default is 'Unrestricted' Serialized Name: RestrictionLevel

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

Constructors

Name Description
ManagedClusterNodeResourceGroupRestrictionLevel(String)

Initializes a new instance of ManagedClusterNodeResourceGroupRestrictionLevel.

Properties

Name Description
ReadOnly

Only */read RBAC permissions allowed on the managed node resource group Serialized Name: RestrictionLevel.ReadOnly

Unrestricted

All RBAC permissions are allowed on the managed node resource group Serialized Name: RestrictionLevel.Unrestricted

Methods

Name Description
Equals(ManagedClusterNodeResourceGroupRestrictionLevel)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ManagedClusterNodeResourceGroupRestrictionLevel, ManagedClusterNodeResourceGroupRestrictionLevel)

Determines if two ManagedClusterNodeResourceGroupRestrictionLevel values are the same.

Implicit(String to ManagedClusterNodeResourceGroupRestrictionLevel)

Converts a String to a ManagedClusterNodeResourceGroupRestrictionLevel.

Inequality(ManagedClusterNodeResourceGroupRestrictionLevel, ManagedClusterNodeResourceGroupRestrictionLevel)

Determines if two ManagedClusterNodeResourceGroupRestrictionLevel values are not the same.

Applies to