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

EndpointDetail Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.EndpointDetailTypeConverter))]
public class EndpointDetail : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IEndpointDetail
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.EndpointDetailTypeConverter))>]
type EndpointDetail = class
    interface IEndpointDetail
    interface IJsonSerializable
Public Class EndpointDetail
Implements IEndpointDetail
Inheritance
EndpointDetail
Attributes
Implements

Constructors

EndpointDetail()

Creates an new EndpointDetail instance.

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EndpointDetail.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EndpointDetail.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IEndpointDetail.

FromJsonString(String)

Creates a new instance of EndpointDetail, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EndpointDetail into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to