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>
Defines values for RegionType.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final RegionType
    Static value Logical for RegionType.
    static final RegionType
    Static value Physical for RegionType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static RegionType
    Creates or finds a RegionType from its string representation.
    Gets known RegionType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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

    • RegionType

      public RegionType()
  • 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.