Class RestrictionLevel
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RestrictionLevel>
com.azure.resourcemanager.containerservice.models.RestrictionLevel
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class RestrictionLevel
extends com.azure.core.util.ExpandableStringEnum<RestrictionLevel>
The restriction level applied to the cluster's node resource group. If not specified, the default is 'Unrestricted'.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RestrictionLevelStatic value ReadOnly for RestrictionLevel.static final RestrictionLevelStatic value Unrestricted for RestrictionLevel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RestrictionLevelfromString(String name) Creates or finds a RestrictionLevel from its string representation.static Collection<RestrictionLevel> values()Gets known RestrictionLevel values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
UNRESTRICTED
Static value Unrestricted for RestrictionLevel. -
READ_ONLY
Static value ReadOnly for RestrictionLevel.
-
-
Constructor Details
-
RestrictionLevel
Deprecated.Use thefromString(String)factory method.Creates a new instance of RestrictionLevel value.
-
-
Method Details
-
fromString
Creates or finds a RestrictionLevel from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RestrictionLevel.
-
values
Gets known RestrictionLevel values.- Returns:
- known RestrictionLevel values.
-
fromString(String)factory method.