IAvailableContacts Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.AvailableContactsTypeConverter))]
public interface IAvailableContacts : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.AvailableContactsTypeConverter))>]
type IAvailableContacts = interface
    interface IJsonSerializable
Public Interface IAvailableContacts
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
EndAzimuthDegree

Azimuth of the antenna at the end of the contact in decimal degrees.

EndElevationDegree

Spacecraft elevation above the horizon at contact end.

GroundStationName

Name of Azure Ground Station.

MaximumElevationDegree

Maximum elevation of the antenna during the contact in decimal degrees.

RxEndTime

Time to lost receiving a signal (ISO 8601 UTC standard).

RxStartTime

Earliest time to receive a signal (ISO 8601 UTC standard).

SpacecraftId

Resource ID.

StartAzimuthDegree

Azimuth of the antenna at the start of the contact in decimal degrees.

StartElevationDegree

Spacecraft elevation above the horizon at contact start.

TxEndTime

Time at which antenna transmit will be disabled (ISO 8601 UTC standard).

TxStartTime

Time at which antenna transmit will be enabled (ISO 8601 UTC standard).

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to