Table of Contents

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

string

GeographyGroup

The geography group of the location.

public string GeographyGroup { get; }

Property Value

string

HomeLocation

The home location of an edge zone.

public string HomeLocation { get; }

Property Value

string

Latitude

The latitude of the location.

public double? Latitude { get; }

Property Value

double?

Longitude

The longitude of the location.

public double? Longitude { get; }

Property Value

double?

PairedRegions

The regions paired to this region.

public IReadOnlyList<PairedRegion> PairedRegions { get; }

Property Value

IReadOnlyList<PairedRegion>

PhysicalLocation

The physical location of the Azure location.

public string PhysicalLocation { get; }

Property Value

string

RegionCategory

The category of the region.

public RegionCategory? RegionCategory { get; }

Property Value

RegionCategory?

RegionType

The type of the region.

public RegionType? RegionType { get; }

Property Value

RegionType?