你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EndpointDetail Class

Definition

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

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

Properties

Name Description
Port

The port an endpoint is connected to.

Region

The region of the dependency.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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