public interface Location extends Indexable, HasInnerModel<LocationInner>, HasName
| Modifier and Type | Method and Description |
|---|---|
String |
displayName() |
String |
geographyGroup() |
String |
latitude() |
String |
longitude() |
String |
physicalLocation() |
com.azure.core.management.Region |
region() |
RegionCategory |
regionCategory() |
RegionType |
regionType() |
String |
subscriptionId() |
innerModelString subscriptionId()
String displayName()
com.azure.core.management.Region region()
String latitude()
String longitude()
RegionType regionType()
RegionCategory regionCategory()
String geographyGroup()
String physicalLocation()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.