java.lang.Object
com.azure.core.util.ExpandableStringEnum<Location>
com.azure.resourcemanager.azurestack.models.Location

public final class Location extends com.azure.core.util.ExpandableStringEnum<Location>
Location of the resource.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Location
    Static value global for Location.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static Location
    Creates or finds a Location from its string representation.
    Gets known Location 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

    • GLOBAL

      public static final Location GLOBAL
      Static value global for Location.
  • Constructor Details

  • Method Details

    • fromString

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

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