Bagikan melalui


OutboundEndpointDetail Class

Definition

Current TCP connectivity information from the App Service Environment to a single endpoint.

public class OutboundEndpointDetail
type OutboundEndpointDetail = class
Public Class OutboundEndpointDetail
Inheritance
OutboundEndpointDetail

Properties

IPAddress

An IP Address that Domain Name currently resolves to.

IsAccessible

Whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port.

LatencyInMs

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

Port

The port an endpoint is connected to.

Applies to