HeatMapModelInner Class

Definition

Class representing a Traffic Manager HeatMap.

[Microsoft.Rest.Serialization.JsonTransformation]
public class HeatMapModelInner : Microsoft.Azure.Management.TrafficManager.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type HeatMapModelInner = class
    inherit ProxyResourceInner
Public Class HeatMapModelInner
Inherits ProxyResourceInner
Inheritance
HeatMapModelInner
Attributes

Constructors

HeatMapModelInner()

Initializes a new instance of the HeatMapModelInner class.

HeatMapModelInner(String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<HeatMapEndpoint>, IList<TrafficFlow>)

Initializes a new instance of the HeatMapModelInner class.

Properties

Endpoints

Gets or sets the endpoints used in this HeatMap calculation.

EndTime

Gets or sets the ending of the time window for this HeatMap, exclusive.

Id

Resource Id

(Inherited from ProxyResourceInner)
Name

Resource name

(Inherited from ProxyResourceInner)
StartTime

Gets or sets the beginning of the time window for this HeatMap, inclusive.

TrafficFlows

Gets or sets the traffic flows produced in this HeatMap calculation.

Type

Resource type

(Inherited from ProxyResourceInner)

Applies to