Class LocationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<LocationType>
com.azure.resourcemanager.workloads.models.LocationType

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

    • REGION

      public static final LocationType REGION
      Static value Region for LocationType.
    • EDGE_ZONE

      public static final LocationType EDGE_ZONE
      Static value EdgeZone for LocationType.
  • Constructor Details

    • LocationType

      public LocationType()
  • Method Details

    • fromString

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

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