HeatMapEndpoint Class
Class which is a sparse representation of a Traffic Manager endpoint.
Constructor
HeatMapEndpoint(*, resource_id: str | None = None, endpoint_id: int | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
resource_id
|
The ARM Resource ID of this Traffic Manager endpoint. Default value: None
|
|
endpoint_id
|
A number uniquely identifying this endpoint in query experiences. Default value: None
|