listSpacecraftAvailableContacts

Returns list of available contacts. A contact is available if the spacecraft is visible from the ground station for more than the minimum viable contact duration provided in the contact profile. Uses Azure REST API version 2022-11-01.

Return

Response for the ListAvailableContacts API service call.

Parameters

argument

null


suspend fun listSpacecraftAvailableContacts(contactProfile: ContactParametersContactProfile, endTime: String, groundStationName: String, resourceGroupName: String, spacecraftName: String, startTime: String): ListSpacecraftAvailableContactsResult

Return

Response for the ListAvailableContacts API service call.

Parameters

contactProfile

The reference to the contact profile resource.

endTime

End time of a contact (ISO 8601 UTC standard).

groundStationName

Name of Azure Ground Station.

resourceGroupName

The name of the resource group. The name is case insensitive.

spacecraftName

Spacecraft ID.

startTime

Start time of a contact (ISO 8601 UTC standard).

See also


Return

Response for the ListAvailableContacts API service call.

Parameters

argument

Builder for com.pulumi.azurenative.orbital.kotlin.inputs.ListSpacecraftAvailableContactsPlainArgs.

See also