Location Interface
Implements
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
Region |
regionCategory() |
abstract
Region |
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java