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 Details

    • UNRESTRICTED

      public static final RestrictionLevel UNRESTRICTED
      Static value Unrestricted for RestrictionLevel.
    • READ_ONLY

      public static final RestrictionLevel READ_ONLY
      Static value ReadOnly for RestrictionLevel.
  • Constructor Details

    • RestrictionLevel

      @Deprecated public RestrictionLevel()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RestrictionLevel value.
  • Method Details

    • fromString

      public static RestrictionLevel fromString(String name)
      Creates or finds a RestrictionLevel from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding RestrictionLevel.
    • values

      public static Collection<RestrictionLevel> values()
      Gets known RestrictionLevel values.
      Returns:
      known RestrictionLevel values.