public final class LocationMetadata extends Object
| Constructor and Description |
|---|
LocationMetadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
geographyGroup()
Get the geographyGroup property: The geography group of the location.
|
String |
latitude()
Get the latitude property: The latitude of the location.
|
String |
longitude()
Get the longitude property: The longitude of the location.
|
List<PairedRegion> |
pairedRegion()
Get the pairedRegion property: The regions paired to this region.
|
String |
physicalLocation()
Get the physicalLocation property: The physical location of the Azure location.
|
RegionCategory |
regionCategory()
Get the regionCategory property: The category of the region.
|
RegionType |
regionType()
Get the regionType property: The type of the region.
|
void |
validate()
Validates the instance.
|
LocationMetadata |
withPairedRegion(List<PairedRegion> pairedRegion)
Set the pairedRegion property: 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.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.