Interface Location
-
- All Superinterfaces:
HasInnerModel<LocationInner>,HasName,Indexable
public interface Location extends Indexable, HasInnerModel<LocationInner>, HasName
An immutable client-side representation of an Azure location.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringdisplayName()StringgeographyGroup()Stringlatitude()Stringlongitude()StringphysicalLocation()com.azure.core.management.Regionregion()RegionCategoryregionCategory()RegionTyperegionType()StringsubscriptionId()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
subscriptionId
String subscriptionId()
- Returns:
- the subscription UUID
-
displayName
String displayName()
- Returns:
- the display name of the location readable by humans
-
region
com.azure.core.management.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.
-
-