EndPoint Class

Definition

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)

Deserializes a PSObject into an instance of EndPoint.

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)

Serializes this instance of EndPoint into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to