Location Interface

public interface Location extends Indexable,HasInner,HasName

An immutable client-side representation of an Azure location.

Method Summary

Modifier and Type Method and Description
String displayName()
String latitude()
String longitude()
Region region()
String subscriptionId()

Inherited Members

Method Details

displayName

public String displayName()

Returns:

the display name of the location readable by humans

latitude

public String latitude()

Returns:

the latitude of the location

longitude

public String longitude()

Returns:

the longitude of the location

region

public Region region()

Returns:

the region of the data center location

subscriptionId

public String subscriptionId()

Returns:

the subscription UUID

Applies to