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.

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