TrafficManagerHeatMapData 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.
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
Applies to
Azure SDK for .NET