AvailableContactsProperties Class

Definition

Properties of Contact resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.AvailableContactsPropertiesTypeConverter))]
public class AvailableContactsProperties : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAvailableContactsProperties, Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.AvailableContactsPropertiesTypeConverter))>]
type AvailableContactsProperties = class
    interface IAvailableContactsProperties
    interface IJsonSerializable
    interface IContactInstanceProperties
    interface IValidates
Public Class AvailableContactsProperties
Implements IAvailableContactsProperties, IValidates
Inheritance
AvailableContactsProperties
Attributes
Implements

Constructors

Name Description
AvailableContactsProperties()

Creates an new AvailableContactsProperties instance.

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.

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

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

Deserializes a IDictionary into an instance of AvailableContactsProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AvailableContactsProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAvailableContactsProperties.

FromJsonString(String)

Creates a new instance of AvailableContactsProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AvailableContactsProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to