Class RestrictionType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RestrictionType>
com.azure.resourcemanager.labservices.models.RestrictionType

public final class RestrictionType extends com.azure.core.util.ExpandableStringEnum<RestrictionType>
The type of restriction.
  • Field Details

    • LOCATION

      public static final RestrictionType LOCATION
      Static value Location for RestrictionType.
  • Constructor Details

    • RestrictionType

      public RestrictionType()
  • Method Details

    • fromString

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

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