共用方式為


HeatMapModel Class

Definition

Class representing a Traffic Manager HeatMap.

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

Constructors

HeatMapModel()

Initializes a new instance of the HeatMapModel class.

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

Initializes a new instance of the HeatMapModel 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

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

(Inherited from Resource)
Name

Gets or sets the name of the resource

(Inherited from Resource)
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

Gets or sets the type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.

(Inherited from Resource)

Applies to