Share via


TrafficManagerHeatMapTrafficFlow Class

Definition

Class representing a Traffic Manager HeatMap traffic flow properties.

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

Constructors

TrafficManagerHeatMapTrafficFlow()

Initializes a new instance of TrafficManagerHeatMapTrafficFlow.

Properties

Latitude

The approximate latitude that these queries originated from.

Longitude

The approximate longitude that these queries originated from.

QueryExperiences

The query experiences produced in this HeatMap calculation.

SourceIP

The IP address that this query experience originated from.

Explicit Interface Implementations

IJsonModel<TrafficManagerHeatMapTrafficFlow>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TrafficManagerHeatMapTrafficFlow>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TrafficManagerHeatMapTrafficFlow>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TrafficManagerHeatMapTrafficFlow>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TrafficManagerHeatMapTrafficFlow>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to