SpacecraftLink 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.
List of authorized spacecraft links per ground station and the expiration date of the authorization.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.SpacecraftLinkTypeConverter))]
public class SpacecraftLink : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.ISpacecraftLink
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.SpacecraftLinkTypeConverter))>]
type SpacecraftLink = class
interface ISpacecraftLink
interface IJsonSerializable
Public Class SpacecraftLink
Implements ISpacecraftLink
- Inheritance
-
SpacecraftLink
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SpacecraftLink() |
Creates an new SpacecraftLink instance. |
Properties
| Name | Description |
|---|---|
| Authorization |
Authorized Ground Stations |
| BandwidthMHz |
Bandwidth in MHz. |
| CenterFrequencyMHz |
Center Frequency in MHz. |
| Direction |
Direction (Uplink or Downlink). |
| Name |
Link name. |
| Polarization |
Polarization. e.g. (RHCP, LHCP). |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SpacecraftLink. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SpacecraftLink. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.ISpacecraftLink. |
| FromJsonString(String) |
Creates a new instance of SpacecraftLink, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SpacecraftLink into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |