Partilhar via


IEndpointDetail Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.EndpointDetailTypeConverter))]
public interface IEndpointDetail : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.EndpointDetailTypeConverter))>]
type IEndpointDetail = interface
    interface IJsonSerializable
Public Interface IEndpointDetail
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

IPAddress

The ip address of the endpoint.

Port

The port an endpoint is connected to.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to