LocationMetadata Class
Definition
Location metadata information.
public class LocationMetadata
- Inheritance
-
java.lang.ObjectLocationMetadata
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructors
| LocationMetadata() |
Methods
| geographyGroup() |
Get the geography group of the location. |
| latitude() |
Get the latitude of the location. |
| longitude() |
Get the longitude of the location. |
| pairedRegion() |
Get the regions paired to this region. |
| physicalLocation() |
Get the physical location of the Azure location. |
| regionCategory() |
Get the category of the region. Possible values include: 'Recommended', 'Other'. |
| regionType() |
Get the type of the region. Possible values include: 'Physical', 'Logical'. |
| withPairedRegion(List<PairedRegion> pairedRegion) |
Set the regions paired to this region. |