AppServiceEndpointDetail Class

Definition

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

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

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.

Port

The port an endpoint is connected to.

Explicit Interface Implementations

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