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>
public class ContainerServiceEndpointDetail
type ContainerServiceEndpointDetail = class
    interface IJsonModel<ContainerServiceEndpointDetail>
    interface IPersistableModel<ContainerServiceEndpointDetail>
type ContainerServiceEndpointDetail = class
Public Class ContainerServiceEndpointDetail
Implements IJsonModel(Of ContainerServiceEndpointDetail), IPersistableModel(Of ContainerServiceEndpointDetail)
Public Class ContainerServiceEndpointDetail
Inheritance
ContainerServiceEndpointDetail
Implements

Properties

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.

Explicit Interface Implementations

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