Class LocationMetadata
java.lang.Object
com.microsoft.azure.management.resources.LocationMetadata
Location metadata information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the geography group of the location.latitude()
Get the latitude of the location.Get the longitude of the location.Get the regions paired to this region.Get the physical location of the Azure location.Get the category of the region.Get the type of the region.withPairedRegion
(List<PairedRegion> pairedRegion) Set the regions paired to this region.
-
Constructor Details
-
LocationMetadata
public LocationMetadata()
-
-
Method Details
-
regionType
Get the type of the region. Possible values include: 'Physical', 'Logical'.- Returns:
- the regionType value
-
regionCategory
Get the category of the region. Possible values include: 'Recommended', 'Other'.- Returns:
- the regionCategory value
-
geographyGroup
Get the geography group of the location.- Returns:
- the geographyGroup value
-
longitude
Get the longitude of the location.- Returns:
- the longitude value
-
latitude
Get the latitude of the location.- Returns:
- the latitude value
-
physicalLocation
Get the physical location of the Azure location.- Returns:
- the physicalLocation value
-
pairedRegion
Get the regions paired to this region.- Returns:
- the pairedRegion value
-
withPairedRegion
Set the regions paired to this region.- Parameters:
pairedRegion
- the pairedRegion value to set- Returns:
- the LocationMetadata object itself.
-