list Spacecraft Available Contacts
suspend fun listSpacecraftAvailableContacts(argument: ListSpacecraftAvailableContactsPlainArgs): ListSpacecraftAvailableContactsResult
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
contact Profile
The reference to the contact profile resource.
end Time
End time of a contact (ISO 8601 UTC standard).
ground Station Name
Name of Azure Ground Station.
resource Group Name
The name of the resource group. The name is case insensitive.
spacecraft Name
Spacecraft ID.
start Time
Start time of a contact (ISO 8601 UTC standard).
See also
suspend fun listSpacecraftAvailableContacts(argument: suspend ListSpacecraftAvailableContactsPlainArgsBuilder.() -> Unit): ListSpacecraftAvailableContactsResult
Return
Response for the ListAvailableContacts API service call.
Parameters
argument
Builder for com.pulumi.azurenative.orbital.kotlin.inputs.ListSpacecraftAvailableContactsPlainArgs.