HeatMapModel interface
Class representing a Traffic Manager HeatMap.
- Extends
Properties
| endpoints | The endpoints used in this HeatMap calculation. |
| end |
The ending of the time window for this HeatMap, exclusive. |
| start |
The beginning of the time window for this HeatMap, inclusive. |
| traffic |
The traffic flows produced in this HeatMap calculation. |
Inherited Properties
| id | Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName} |
| name | The name of the resource |
| type | The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles. |
Property Details
endpoints
The endpoints used in this HeatMap calculation.
endpoints?: HeatMapEndpoint[]
Property Value
endTime
The ending of the time window for this HeatMap, exclusive.
endTime?: Date
Property Value
Date
startTime
The beginning of the time window for this HeatMap, inclusive.
startTime?: Date
Property Value
Date
trafficFlows
The traffic flows produced in this HeatMap calculation.
trafficFlows?: TrafficFlow[]
Property Value
Inherited Property Details
id
Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
type
The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.
type?: string
Property Value
string
Inherited From ProxyResource.type