次の方法で共有


IEndpointDetail.Latency Property

Definition

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

Applies to