Interface Location
- All Superinterfaces:
HasInnerModel<LocationInner>,HasName,Indexable
An immutable client-side representation of an Azure location.
-
Method Summary
Modifier and TypeMethodDescriptionGets the display name of the location readable by humans.Gets the geography group.latitude()Gets the latitude of the location.Gets the longitude of the location.Gets the physical location.com.azure.core.management.Regionregion()Gets the region of the data center location.Gets the category of the region.Gets the type of the region.Gets the subscription UUID.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Method Details
-
subscriptionId
String subscriptionId()Gets the subscription UUID.- Returns:
- the subscription UUID
-
displayName
String displayName()Gets the display name of the location readable by humans.- Returns:
- the display name of the location readable by humans
-
region
com.azure.core.management.Region region()Gets the region of the data center location.- Returns:
- the region of the data center location
-
latitude
String latitude()Gets the latitude of the location.- Returns:
- the latitude of the location
-
longitude
String longitude()Gets the longitude of the location.- Returns:
- the longitude of the location
-
regionType
RegionType regionType()Gets the type of the region.- Returns:
- the type of the region.
-
regionCategory
RegionCategory regionCategory()Gets the category of the region.- Returns:
- the category of the region.
-
geographyGroup
String geographyGroup()Gets the geography group.- Returns:
- the geography group.
-
physicalLocation
String physicalLocation()Gets the physical location.- Returns:
- the physical location.
-