Share via


LocationMetadata Class

Definition

Location metadata information.

public class LocationMetadata : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.LocationMetadata>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.LocationMetadata>
type LocationMetadata = class
    interface IJsonModel<LocationMetadata>
    interface IPersistableModel<LocationMetadata>
Public Class LocationMetadata
Implements IJsonModel(Of LocationMetadata), IPersistableModel(Of LocationMetadata)
Inheritance
LocationMetadata
Implements

Properties

Geography

The geography of the ___location.

GeographyGroup

The geography group of the ___location.

HomeLocation

The home ___location of an edge zone.

Latitude

The latitude of the ___location.

Longitude

The longitude of the ___location.

PairedRegions

The regions paired to this region.

PhysicalLocation

The physical ___location of the Azure ___location.

RegionCategory

The category of the region.

RegionType

The type of the region.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LocationMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LocationMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LocationMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LocationMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LocationMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to