OrbitalFunctions

Functions

Link copied to clipboard

Gets the specified contact in a specified resource group. Azure REST API version: 2022-11-01. Other available API versions: 2022-03-01.

suspend fun getContact(argument: suspend GetContactPlainArgsBuilder.() -> Unit): GetContactResult
suspend fun getContact(contactName: String, resourceGroupName: String, spacecraftName: String): GetContactResult
Link copied to clipboard

Gets the specified contact Profile in a specified resource group. Azure REST API version: 2022-11-01. Other available API versions: 2022-03-01.

suspend fun getContactProfile(contactProfileName: String, resourceGroupName: String): GetContactProfileResult
Link copied to clipboard

Gets the specified spacecraft in a specified resource group. Azure REST API version: 2022-11-01. Other available API versions: 2022-03-01.

suspend fun getSpacecraft(resourceGroupName: String, spacecraftName: String): GetSpacecraftResult
Link copied to clipboard

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. Azure REST API version: 2022-11-01. Other available API versions: 2022-03-01.

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