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, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Orbital.OrbitalContactData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Orbital.OrbitalContactData>
public class OrbitalContactData : Azure.ResourceManager.Models.ResourceData
type OrbitalContactData = class
inherit ResourceData
interface IJsonModel<OrbitalContactData>
interface IPersistableModel<OrbitalContactData>
type OrbitalContactData = class
inherit ResourceData
Public Class OrbitalContactData
Inherits ResourceData
Implements IJsonModel(Of OrbitalContactData), IPersistableModel(Of OrbitalContactData)
Public Class OrbitalContactData
Inherits ResourceData
- Inheritance
- Implements
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) |
Explicit Interface Implementations
IJsonModel<OrbitalContactData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<OrbitalContactData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<OrbitalContactData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<OrbitalContactData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<OrbitalContactData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET