Location Interface
Implements
public interface Location
extends Indexable, HasInnerModel<LocationInner>, HasName
An immutable client-side representation of an Azure location.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | displayName() |
abstract String | geographyGroup() |
abstract String | latitude() |
abstract String | longitude() |
abstract String | physicalLocation() |
abstract Region | region() |
abstract
Region |
regionCategory() |
abstract
Region |
regionType() |
abstract String | subscriptionId() |
Method Details
displayName
public abstract String displayName()
Returns:
the display name of the location readable by humans
geographyGroup
public abstract String geographyGroup()
Returns:
the geography group.
latitude
public abstract String latitude()
Returns:
the latitude of the location
longitude
public abstract String longitude()
Returns:
the longitude of the location
physicalLocation
public abstract String physicalLocation()
Returns:
the physical location.
region
public abstract Region region()
Returns:
the region of the data center location
regionCategory
public abstract RegionCategory regionCategory()
Returns:
the category of the region.
regionType
public abstract RegionType regionType()
Returns:
the type of the region.
subscriptionId
public abstract String subscriptionId()
Returns:
the subscription UUID
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java