EndpointDetail Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |