HeatMapModel Class

Class representing a Traffic Manager HeatMap.

Constructor

HeatMapModel(*, id: str | None = None, name: str | None = None, type: str | None = None, start_time: datetime | None = None, end_time: datetime | None = None, endpoints: List[_models.HeatMapEndpoint] | None = None, traffic_flows: List[_models.TrafficFlow] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

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

Default value: None
name
str

The name of the resource.

Default value: None
type
str

The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.

Default value: None
start_time

The beginning of the time window for this HeatMap, inclusive.

Default value: None
end_time

The ending of the time window for this HeatMap, exclusive.

Default value: None
endpoints

The endpoints used in this HeatMap calculation.

Default value: None
traffic_flows

The traffic flows produced in this HeatMap calculation.

Default value: None

Variables

Name Description
id
str

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

name
str

The name of the resource.

type
str

The type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.

start_time

The beginning of the time window for this HeatMap, inclusive.

end_time

The ending of the time window for this HeatMap, exclusive.

endpoints

The endpoints used in this HeatMap calculation.

traffic_flows

The traffic flows produced in this HeatMap calculation.