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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringdisplayName()Stringlatitude()Stringlongitude()Regionregion()StringsubscriptionId()-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
-
-
-
Method Detail
-
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
-
-