IEndPoint Interface

Definition

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

Properties

Name Description
IPAddress

IP Address (IPv4).

Name

Name of an end point.

Port

TCP port to listen on to receive data.

Protocol

Protocol either UDP or TCP.

Methods

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

Applies to