AvailableContacts 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.
Customer retrieves list of Available Contacts for a spacecraft resource. Later, one of the available contact can be selected to create a contact.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.AvailableContactsTypeConverter))]
public class AvailableContacts : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAvailableContacts
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.AvailableContactsTypeConverter))>]
type AvailableContacts = class
interface IAvailableContacts
interface IJsonSerializable
Public Class AvailableContacts
Implements IAvailableContacts
- Inheritance
-
AvailableContacts
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AvailableContacts() |
Creates an new AvailableContacts 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. |
| 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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AvailableContacts. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AvailableContacts. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAvailableContacts. |
| FromJsonString(String) |
Creates a new instance of AvailableContacts, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AvailableContacts into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |