Freigeben über


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

Name Description
IPAddress

The ip address of the endpoint.

Port

The port an endpoint is connected to.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to