你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SpacecraftLink Class

Definition

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()

Applies to