TrafficManagerHeatMapQueryExperience Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class representing a Traffic Manager HeatMap query experience properties.
public class TrafficManagerHeatMapQueryExperience : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.TrafficManager.Models.TrafficManagerHeatMapQueryExperience>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.TrafficManager.Models.TrafficManagerHeatMapQueryExperience>
type TrafficManagerHeatMapQueryExperience = class
interface IJsonModel<TrafficManagerHeatMapQueryExperience>
interface IPersistableModel<TrafficManagerHeatMapQueryExperience>
Public Class TrafficManagerHeatMapQueryExperience
Implements IJsonModel(Of TrafficManagerHeatMapQueryExperience), IPersistableModel(Of TrafficManagerHeatMapQueryExperience)
- Inheritance
-
TrafficManagerHeatMapQueryExperience
- Implements
Constructors
TrafficManagerHeatMapQueryExperience(Int32, Int32) |
Initializes a new instance of TrafficManagerHeatMapQueryExperience. |
Properties
EndpointId |
The id of the endpoint from the 'endpoints' array which these queries were routed to. |
Latency |
The latency experienced by queries originating from this location. |
QueryCount |
The number of queries originating from this location. |
Explicit Interface Implementations
IJsonModel<TrafficManagerHeatMapQueryExperience>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<TrafficManagerHeatMapQueryExperience>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<TrafficManagerHeatMapQueryExperience>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<TrafficManagerHeatMapQueryExperience>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<TrafficManagerHeatMapQueryExperience>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET