EndpointDetail Class

Definition

Current TCP connectivity information from the Api Management Service to a single endpoint.

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

Properties

Port

The port an endpoint is connected to.

Region

The region of the dependency.

Explicit Interface Implementations

IJsonModel<EndpointDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EndpointDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EndpointDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EndpointDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EndpointDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to