EndpointDetail.Latency Property

Definition

Gets or sets the time in milliseconds it takes for a TCP connection to be created from the App Service Environment to this IpAddress at this Port.

[Newtonsoft.Json.JsonProperty(PropertyName="latency")]
public double? Latency { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="latency")>]
member this.Latency : Nullable<double> with get, set
Public Property Latency As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to