OrbitalContactData 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.
A class representing the OrbitalContact data model. Customer creates a contact resource for a spacecraft resource.
public class OrbitalContactData : Azure.ResourceManager.Models.ResourceData
type OrbitalContactData = class
inherit ResourceData
Public Class OrbitalContactData
Inherits ResourceData
- Inheritance
Constructors
OrbitalContactData() |
Initializes a new instance of OrbitalContactData. |
Properties
AntennaConfiguration |
The configuration associated with the allocated antenna. |
ContactProfileId |
Gets or sets Id. |
EndAzimuthDegrees |
Azimuth of the antenna at the end of the contact in decimal degrees. |
EndElevationDegrees |
Spacecraft elevation above the horizon at contact end. |
ErrorMessage |
Any error message while scheduling a contact. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
GroundStationName |
Azure Ground Station name. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
MaximumElevationDegrees |
Maximum elevation of the antenna during the contact in decimal degrees. |
Name |
The name of the resource. (Inherited from ResourceData) |
ProvisioningState |
The current state of the resource's creation, deletion, or modification. |
ReservationEndOn |
Reservation end time of a contact (ISO 8601 UTC standard). |
ReservationStartOn |
Reservation start time of a contact (ISO 8601 UTC standard). |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
RxEndOn |
Receive end time of a contact (ISO 8601 UTC standard). |
RxStartOn |
Receive start time of a contact (ISO 8601 UTC standard). |
StartAzimuthDegrees |
Azimuth of the antenna at the start of the contact in decimal degrees. |
StartElevationDegrees |
Spacecraft elevation above the horizon at contact start. |
Status |
Status of a contact. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
TxEndOn |
Transmit end time of a contact (ISO 8601 UTC standard). |
TxStartOn |
Transmit start time of a contact (ISO 8601 UTC standard). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET