Share via


ContainerServiceEndpointDetail Class

Definition

connect information from the AKS agent nodes to a single endpoint.

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

Properties

Name Description
Description

Description of the detail.

IPAddress

An IP Address that Domain Name currently resolves to.

Port

The port an endpoint is connected to.

Protocol

The protocol used for connection.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ContainerServiceEndpointDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceEndpointDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceEndpointDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerServiceEndpointDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to