Share via


TrafficManagerHeatMapData Class

Definition

A class representing the TrafficManagerHeatMap data model. Class representing a Traffic Manager HeatMap.

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

Constructors

TrafficManagerHeatMapData()

Initializes a new instance of TrafficManagerHeatMapData.

Properties

EndOn

The ending of the time window for this HeatMap, exclusive.

Endpoints

The endpoints used in this HeatMap calculation.

Id

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}.

(Inherited from TrafficManagerResourceData)
Name

The name of the resource.

(Inherited from TrafficManagerResourceData)
ResourceType

The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.

(Inherited from TrafficManagerResourceData)
StartOn

The beginning of the time window for this HeatMap, inclusive.

TrafficFlows

The traffic flows produced in this HeatMap calculation.

Explicit Interface Implementations

IJsonModel<TrafficManagerHeatMapData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TrafficManagerHeatMapData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TrafficManagerProxyResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from TrafficManagerProxyResourceData)
IJsonModel<TrafficManagerProxyResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TrafficManagerProxyResourceData)
IJsonModel<TrafficManagerResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from TrafficManagerResourceData)
IJsonModel<TrafficManagerResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TrafficManagerResourceData)
IPersistableModel<TrafficManagerHeatMapData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TrafficManagerHeatMapData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TrafficManagerHeatMapData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TrafficManagerProxyResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TrafficManagerProxyResourceData)
IPersistableModel<TrafficManagerProxyResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from TrafficManagerProxyResourceData)
IPersistableModel<TrafficManagerProxyResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TrafficManagerProxyResourceData)
IPersistableModel<TrafficManagerResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TrafficManagerResourceData)
IPersistableModel<TrafficManagerResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from TrafficManagerResourceData)
IPersistableModel<TrafficManagerResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TrafficManagerResourceData)

Applies to