다음을 통해 공유


Location Interface

Implements

HasName HasInner<com.microsoft.azure.management.resources.implementation.LocationInner> 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

Modifier and Type Method and Description
abstract java.lang.String displayName()
abstract java.lang.String geographyGroup()
abstract java.lang.String latitude()
abstract java.lang.String longitude()
abstract java.lang.String physicalLocation()
abstract Region region()
abstract RegionCategory regionCategory()
abstract RegionType regionType()
abstract java.lang.String subscriptionId()

Method Details

displayName

public abstract String displayName()

Returns:

the display name of the location readable by humans

geographyGroup

public abstract String geographyGroup()

Returns:

the geography group.

latitude

public abstract String latitude()

Returns:

the latitude of the location

longitude

public abstract String longitude()

Returns:

the longitude of the location

physicalLocation

public abstract String physicalLocation()

Returns:

the physical location.

region

public abstract Region region()

Returns:

the region of the data center location

regionCategory

public abstract RegionCategory regionCategory()

Returns:

the category of the region.

regionType

public abstract RegionType regionType()

Returns:

the type of the region.

subscriptionId

public abstract String subscriptionId()

Returns:

the subscription UUID

Applies to