Uses of Class
com.azure.resourcemanager.containerservice.models.RestrictionLevel
Packages that use RestrictionLevel
Package
Description
Package containing the data models for ContainerService.
-
Uses of RestrictionLevel in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type RestrictionLevel in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classThe restriction level applied to the cluster's node resource group.Fields in com.azure.resourcemanager.containerservice.models declared as RestrictionLevelModifier and TypeFieldDescriptionstatic final RestrictionLevelRestrictionLevel.READ_ONLYOnly \*\/read RBAC permissions allowed on the managed node resource group.static final RestrictionLevelRestrictionLevel.UNRESTRICTEDAll RBAC permissions are allowed on the managed node resource group.Methods in com.azure.resourcemanager.containerservice.models that return RestrictionLevelModifier and TypeMethodDescriptionstatic RestrictionLevelRestrictionLevel.fromString(String name) Creates or finds a RestrictionLevel from its string representation.ManagedClusterNodeResourceGroupProfile.restrictionLevel()Get the restrictionLevel property: The restriction level applied to the cluster's node resource group.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type RestrictionLevelModifier and TypeMethodDescriptionstatic Collection<RestrictionLevel> RestrictionLevel.values()Gets known RestrictionLevel values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type RestrictionLevelModifier and TypeMethodDescriptionManagedClusterNodeResourceGroupProfile.withRestrictionLevel(RestrictionLevel restrictionLevel) Set the restrictionLevel property: The restriction level applied to the cluster's node resource group.