Class LocationMetadata

java.lang.Object
com.microsoft.azure.management.resources.LocationMetadata

public class LocationMetadata extends Object
Location metadata information.
  • Constructor Details

    • LocationMetadata

      public LocationMetadata()
  • Method Details

    • regionType

      public RegionType regionType()
      Get the type of the region. Possible values include: 'Physical', 'Logical'.
      Returns:
      the regionType value
    • regionCategory

      public RegionCategory regionCategory()
      Get the category of the region. Possible values include: 'Recommended', 'Other'.
      Returns:
      the regionCategory value
    • geographyGroup

      public String geographyGroup()
      Get the geography group of the location.
      Returns:
      the geographyGroup value
    • longitude

      public String longitude()
      Get the longitude of the location.
      Returns:
      the longitude value
    • latitude

      public String latitude()
      Get the latitude of the location.
      Returns:
      the latitude value
    • physicalLocation

      public String physicalLocation()
      Get the physical location of the Azure location.
      Returns:
      the physicalLocation value
    • pairedRegion

      public List<PairedRegion> pairedRegion()
      Get the regions paired to this region.
      Returns:
      the pairedRegion value
    • withPairedRegion

      public LocationMetadata withPairedRegion(List<PairedRegion> pairedRegion)
      Set the regions paired to this region.
      Parameters:
      pairedRegion - the pairedRegion value to set
      Returns:
      the LocationMetadata object itself.