Interface Location
- All Superinterfaces:
HasInner<com.microsoft.azure.management.resources.implementation.LocationInner>
,HasName
,Indexable
public interface Location
extends Indexable, HasInner<com.microsoft.azure.management.resources.implementation.LocationInner>, HasName
An immutable client-side representation of an Azure location.
-
Method Details
-
subscriptionId
String subscriptionId()- Returns:
- the subscription UUID
-
displayName
String displayName()- Returns:
- the display name of the location readable by humans
-
region
Region region()- Returns:
- the region of the data center location
-
latitude
String latitude()- Returns:
- the latitude of the location
-
longitude
String longitude()- Returns:
- the longitude of the location
-
regionType
RegionType regionType()- Returns:
- the type of the region.
-
regionCategory
RegionCategory regionCategory()- Returns:
- the category of the region.
-
geographyGroup
String geographyGroup()- Returns:
- the geography group.
-
physicalLocation
String physicalLocation()- Returns:
- the physical location.
-