Class RegionCategory

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RegionCategory>
com.azure.resourcemanager.resources.models.RegionCategory

public final class RegionCategory extends com.azure.core.util.ExpandableStringEnum<RegionCategory>
The category of the region.
  • Field Details

    • EXTENDED

      public static final RegionCategory EXTENDED
      Static value Extended for RegionCategory.
    • OTHER

      public static final RegionCategory OTHER
      Static value Other for RegionCategory.
  • Constructor Details

    • RegionCategory

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

    • fromString

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

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