IEndPoint Interface
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.
[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) |