Class RegionType


  • public final class RegionType
    extends com.azure.core.util.ExpandableStringEnum<RegionType>
    Defines values for RegionType.
    • Field Detail

      • PHYSICAL

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

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

      • RegionType

        public RegionType()
    • Method Detail

      • 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.