IEndpointDetail.Latency Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The time in milliseconds it takes for a TCP connection to be created from the App Service Environment to this IpAddress at this Port.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The time in milliseconds it takes for a TCP connection to be created from the App Service Environment to this IpAddress at this Port.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=false, Required=false, SerializedName="latency")]
public double? Latency { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The time in milliseconds it takes for a TCP connection to be created from the App Service Environment to this IpAddress at this Port.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=false, Required=false, SerializedName="latency")>]
member this.Latency : Nullable<double> with get, set
Public Property Latency As Nullable(Of Double)
Property Value
- Attributes