Udostępnij za pośrednictwem


OutboundEndpointDetail Class

Definition

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

public class OutboundEndpointDetail : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StoragePool.Models.OutboundEndpointDetail>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StoragePool.Models.OutboundEndpointDetail>
public class OutboundEndpointDetail
type OutboundEndpointDetail = class
    interface IJsonModel<OutboundEndpointDetail>
    interface IPersistableModel<OutboundEndpointDetail>
type OutboundEndpointDetail = class
Public Class OutboundEndpointDetail
Implements IJsonModel(Of OutboundEndpointDetail), IPersistableModel(Of OutboundEndpointDetail)
Public Class OutboundEndpointDetail
Inheritance
OutboundEndpointDetail
Implements

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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OutboundEndpointDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OutboundEndpointDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OutboundEndpointDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OutboundEndpointDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OutboundEndpointDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to