ManagedClusterNodeResourceGroupRestrictionLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The restriction level applied to the cluster's node resource group. If not specified, the default is 'Unrestricted'.
public enum ManagedClusterNodeResourceGroupRestrictionLevel
type ManagedClusterNodeResourceGroupRestrictionLevel =
Public Enum ManagedClusterNodeResourceGroupRestrictionLevel
- Inheritance
-
ManagedClusterNodeResourceGroupRestrictionLevel
Fields
| Name | Value | Description |
|---|---|---|
| Unrestricted | 0 | All RBAC permissions are allowed on the managed node resource group. |
| ReadOnly | 1 | Only */read RBAC permissions allowed on the managed node resource group. |