HeatMapModelInner.Endpoints Property

Definition

Gets or sets the endpoints used in this HeatMap calculation.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.endpoints")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.Models.HeatMapEndpoint> Endpoints { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.endpoints")>]
member this.Endpoints : System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Fluent.Models.HeatMapEndpoint> with get, set
Public Property Endpoints As IList(Of HeatMapEndpoint)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to