GetContactResult

data class GetContactResult(val antennaConfiguration: ContactsPropertiesResponseAntennaConfiguration, val azureApiVersion: String, val contactProfile: ContactsPropertiesResponseContactProfile, val endAzimuthDegrees: Double, val endElevationDegrees: Double, val errorMessage: String, val groundStationName: String, val id: String, val maximumElevationDegrees: Double, val name: String, val reservationEndTime: String, val reservationStartTime: String, val rxEndTime: String, val rxStartTime: String, val startAzimuthDegrees: Double, val startElevationDegrees: Double, val status: String, val systemData: SystemDataResponse, val txEndTime: String, val txStartTime: String, val type: String)

Customer creates a contact resource for a spacecraft resource.

Constructors

Link copied to clipboard
constructor(antennaConfiguration: ContactsPropertiesResponseAntennaConfiguration, azureApiVersion: String, contactProfile: ContactsPropertiesResponseContactProfile, endAzimuthDegrees: Double, endElevationDegrees: Double, errorMessage: String, groundStationName: String, id: String, maximumElevationDegrees: Double, name: String, reservationEndTime: String, reservationStartTime: String, rxEndTime: String, rxStartTime: String, startAzimuthDegrees: Double, startElevationDegrees: Double, status: String, systemData: SystemDataResponse, txEndTime: String, txStartTime: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration associated with the allocated antenna.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The reference to the contact profile resource.

Link copied to clipboard

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

Link copied to clipboard

Spacecraft elevation above the horizon at contact end.

Link copied to clipboard

Any error message while scheduling a contact.

Link copied to clipboard

Azure Ground Station name.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

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

Link copied to clipboard

The name of the resource

Link copied to clipboard

Reservation end time of a contact (ISO 8601 UTC standard).

Link copied to clipboard

Reservation start time of a contact (ISO 8601 UTC standard).

Link copied to clipboard

Receive end time of a contact (ISO 8601 UTC standard).

Link copied to clipboard

Receive start time of a contact (ISO 8601 UTC standard).

Link copied to clipboard

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

Link copied to clipboard

Spacecraft elevation above the horizon at contact start.

Link copied to clipboard

Status of a contact.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

Transmit end time of a contact (ISO 8601 UTC standard).

Link copied to clipboard

Transmit start time of a contact (ISO 8601 UTC standard).

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"