LocationMetadata Class

  • java.lang.Object
    • com.microsoft.azure.management.resources.LocationMetadata

public class LocationMetadata

Location metadata information.

Constructor Summary

Constructor Description
LocationMetadata()

Method Summary

Modifier and Type Method and Description
java.lang.String geographyGroup()

Get the geography group of the location.

java.lang.String latitude()

Get the latitude of the location.

java.lang.String longitude()

Get the longitude of the location.

java.util.List<PairedRegion> pairedRegion()

Get the regions paired to this region.

java.lang.String physicalLocation()

Get the physical location of the Azure location.

RegionCategory regionCategory()

Get the category of the region.

RegionType regionType()

Get the type of the region.

LocationMetadata withPairedRegion(List<PairedRegion> pairedRegion)

Set the regions paired to this region.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

LocationMetadata

public LocationMetadata()

Method Details

geographyGroup

public String geographyGroup()

Get the geography group of the location.

Returns:

the geographyGroup value

latitude

public String latitude()

Get the latitude of the location.

Returns:

the latitude value

longitude

public String longitude()

Get the longitude of the location.

Returns:

the longitude value

pairedRegion

public List pairedRegion()

Get the regions paired to this region.

Returns:

the pairedRegion value

physicalLocation

public String physicalLocation()

Get the physical location of the Azure location.

Returns:

the physicalLocation value

regionCategory

public RegionCategory regionCategory()

Get the category of the region. Possible values include: 'Recommended', 'Other'.

Returns:

the regionCategory value

regionType

public RegionType regionType()

Get the type of the region. Possible values include: 'Physical', 'Logical'.

Returns:

the regionType value

withPairedRegion

public LocationMetadata withPairedRegion(List pairedRegion)

Set the regions paired to this region.

Parameters:

pairedRegion - the pairedRegion value to set

Returns:

the LocationMetadata object itself.

Applies to