Class LocationMetadata
java.lang.Object
com.azure.resourcemanager.resources.models.LocationMetadata
Location metadata information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the geographyGroup property: The geography group of the location.Get the homeLocation property: The home location of an edge zone.latitude()Get the latitude property: The latitude of the location.Get the longitude property: The longitude of the location.Get the pairedRegion property: The regions paired to this region.Get the physicalLocation property: The physical location of the Azure location.Get the regionCategory property: The category of the region.Get the regionType property: The type of the region.voidvalidate()Validates the instance.withPairedRegion(List<PairedRegion> pairedRegion) Set the pairedRegion property: The regions paired to this region.
-
Constructor Details
-
LocationMetadata
public LocationMetadata()
-
-
Method Details
-
regionType
Get the regionType property: The type of the region.- Returns:
- the regionType value.
-
regionCategory
Get the regionCategory property: The category of the region.- Returns:
- the regionCategory value.
-
geographyGroup
Get the geographyGroup property: The geography group of the location.- Returns:
- the geographyGroup value.
-
longitude
Get the longitude property: The longitude of the location.- Returns:
- the longitude value.
-
latitude
Get the latitude property: The latitude of the location.- Returns:
- the latitude value.
-
physicalLocation
Get the physicalLocation property: The physical location of the Azure location.- Returns:
- the physicalLocation value.
-
pairedRegion
Get the pairedRegion property: The regions paired to this region.- Returns:
- the pairedRegion value.
-
withPairedRegion
Set the pairedRegion property: The regions paired to this region.- Parameters:
pairedRegion- the pairedRegion value to set.- Returns:
- the LocationMetadata object itself.
-
homeLocation
Get the homeLocation property: The home location of an edge zone.- Returns:
- the homeLocation value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-