Class LocationMetadata
- Namespace
- Azure.ResourceManager.Resources.Models
- Assembly
- Azure.ResourceManager.dll
Location metadata information.
public class LocationMetadata : IJsonModel<LocationMetadata>, IPersistableModel<LocationMetadata>
- Inheritance
-
LocationMetadata
- Implements
-
IJsonModel<LocationMetadata>IPersistableModel<LocationMetadata>
- Inherited Members
Properties
Geography
The geography of the location.
public string Geography { get; }
Property Value
GeographyGroup
The geography group of the location.
public string GeographyGroup { get; }
Property Value
HomeLocation
The home location of an edge zone.
public string HomeLocation { get; }
Property Value
Latitude
The latitude of the location.
public double? Latitude { get; }
Property Value
Longitude
The longitude of the location.
public double? Longitude { get; }
Property Value
PairedRegions
The regions paired to this region.
public IReadOnlyList<PairedRegion> PairedRegions { get; }
Property Value
PhysicalLocation
The physical location of the Azure location.
public string PhysicalLocation { get; }
Property Value
RegionCategory
The category of the region.
public RegionCategory? RegionCategory { get; }
Property Value
RegionType
The type of the region.
public RegionType? RegionType { get; }