Class RegionType

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

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

    • PHYSICAL

      public static final RegionType PHYSICAL
      Static value Physical for RegionType.
    • LOGICAL

      public static final RegionType LOGICAL
      Static value Logical for RegionType.
  • Constructor Details

  • Method Details

    • fromString

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

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