HeatMapModel 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.
[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
Azure SDK for .NET