Uses of Class
com.azure.resourcemanager.containerservice.models.RestrictionLevel
Packages that use RestrictionLevel
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of RestrictionLevel in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as RestrictionLevelModifier and TypeFieldDescriptionstatic final RestrictionLevelRestrictionLevel.READ_ONLYStatic value ReadOnly for RestrictionLevel.static final RestrictionLevelRestrictionLevel.UNRESTRICTEDStatic value Unrestricted for RestrictionLevel.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.