public class LocationMetadata extends Object
| Constructor and Description |
|---|
LocationMetadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
geographyGroup()
Get the geography group of the location.
|
String |
latitude()
Get the latitude of the location.
|
String |
longitude()
Get the longitude of the location.
|
List<PairedRegion> |
pairedRegion()
Get the regions paired to this region.
|
String |
physicalLocation()
Get the physical location of the Azure location.
|
RegionCategory |
regionCategory()
Get the category of the region.
|
RegionType |
regionType()
Get the type of the region.
|
LocationMetadata |
withPairedRegion(List<PairedRegion> pairedRegion)
Set the regions paired to this region.
|
public RegionType regionType()
public RegionCategory regionCategory()
public String geographyGroup()
public String longitude()
public String latitude()
public String physicalLocation()
public List<PairedRegion> pairedRegion()
public LocationMetadata withPairedRegion(List<PairedRegion> pairedRegion)
pairedRegion - the pairedRegion value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/