Share via


ManagedClusterNodeResourceGroupRestrictionLevel Struct

Definition

The restriction level applied to the cluster's node resource group.

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

Constructors

ManagedClusterNodeResourceGroupRestrictionLevel(String)

Initializes a new instance of ManagedClusterNodeResourceGroupRestrictionLevel.

Properties

ReadOnly

Only */read RBAC permissions allowed on the managed node resource group.

Unrestricted

All RBAC permissions are allowed on the managed node resource group.

Methods

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

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