LocationMetadata Class
- java.
lang. Object - com.
microsoft. azure. management. resources. LocationMetadata
- com.
public class LocationMetadata
Location metadata information.
Constructor Summary
Constructor | Description | |
---|---|---|
LocationMetadata() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
geographyGroup()
Get the geography group of the location. |
java.lang.String |
latitude()
Get the latitude of the location. |
java.lang.String |
longitude()
Get the longitude of the location. |
java.util.List<Paired |
pairedRegion()
Get the regions paired to this region. |
java.lang.String |
physicalLocation()
Get the physical location of the Azure location. |
Region |
regionCategory()
Get the category of the region. |
Region |
regionType()
Get the type of the region. |
Location |
withPairedRegion(List<PairedRegion> pairedRegion)
Set the regions paired to this region. |
Methods inherited from java.lang.Object
Constructor Details
LocationMetadata
public LocationMetadata()
Method Details
geographyGroup
public String geographyGroup()
Get the geography group of the location.
Returns:
latitude
public String latitude()
Get the latitude of the location.
Returns:
longitude
public String longitude()
Get the longitude of the location.
Returns:
pairedRegion
public List
Get the regions paired to this region.
Returns:
physicalLocation
public String physicalLocation()
Get the physical location of the Azure location.
Returns:
regionCategory
public RegionCategory regionCategory()
Get the category of the region. Possible values include: 'Recommended', 'Other'.
Returns:
regionType
public RegionType regionType()
Get the type of the region. Possible values include: 'Physical', 'Logical'.
Returns:
withPairedRegion
public LocationMetadata withPairedRegion(List
Set the regions paired to this region.
Parameters:
Returns: