AppServiceEndpointDetail Class

Definition

Current TCP connectivity information from the App Service Environment to a single endpoint. Serialized Name: EndpointDetail

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

Properties

Name Description
IPAddress

An IP Address that Domain Name currently resolves to. Serialized Name: EndpointDetail.ipAddress

IsAccessible

Whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port. Serialized Name: EndpointDetail.isAccessible

Latency

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

Port

The port an endpoint is connected to. Serialized Name: EndpointDetail.port

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AppServiceEndpointDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceEndpointDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceEndpointDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceEndpointDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceEndpointDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to