ObservedLocationDetails Class

Definition

The ObservedLocationDetails.

public class ObservedLocationDetails : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Defender.Easm.ObservedLocationDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Defender.Easm.ObservedLocationDetails>
type ObservedLocationDetails = class
    interface IJsonModel<ObservedLocationDetails>
    interface IPersistableModel<ObservedLocationDetails>
Public Class ObservedLocationDetails
Implements IJsonModel(Of ObservedLocationDetails), IPersistableModel(Of ObservedLocationDetails)
Inheritance
ObservedLocationDetails
Implements

Properties

AreaCode

Gets the area code.

City

Gets the city.

CountryCode

Gets the country code.

CountryName

Gets the country name.

DmaCode

Gets the dma code.

Latitude

Gets the latitude.

Longitude

Gets the longitude.

MetroCodeId

Gets the metro code id.

PostalCode

Gets the postal code.

Region

Gets the region.

RegionName

Gets the region name.

Explicit Interface Implementations

IJsonModel<ObservedLocationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ObservedLocationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ObservedLocationDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ObservedLocationDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ObservedLocationDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to