IAvailableContactsProperties Interface

Definition

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

Properties

Name Description
EndAzimuthDegree

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

(Inherited from IContactInstanceProperties)
EndElevationDegree

Spacecraft elevation above the horizon at contact end.

(Inherited from IContactInstanceProperties)
MaximumElevationDegree

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

(Inherited from IContactInstanceProperties)
RxEndTime

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

(Inherited from IContactInstanceProperties)
RxStartTime

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

(Inherited from IContactInstanceProperties)
StartAzimuthDegree

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

(Inherited from IContactInstanceProperties)
StartElevationDegree

Spacecraft elevation above the horizon at contact start.

(Inherited from IContactInstanceProperties)
TxEndTime

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

(Inherited from IContactInstanceProperties)
TxStartTime

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

(Inherited from IContactInstanceProperties)

Methods

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

Applies to