EndPoint 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.
Customer end point to store and retrieve data during a contact with the spacecraft.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.EndPointTypeConverter))]
public class EndPoint : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IEndPoint
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.EndPointTypeConverter))>]
type EndPoint = class
interface IEndPoint
interface IJsonSerializable
Public Class EndPoint
Implements IEndPoint
- Inheritance
-
EndPoint
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| EndPoint() |
Creates an new EndPoint instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EndPoint. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IEndPoint. |
| FromJsonString(String) |
Creates a new instance of EndPoint, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |