Orbital Functions
object 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(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(argument: suspend GetContactProfilePlainArgsBuilder.() -> Unit): GetContactProfileResult
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(argument: suspend GetSpacecraftPlainArgsBuilder.() -> Unit): GetSpacecraftResult
Link copied to clipboard
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. Azure REST API version: 2022-11-01. Other available API versions: 2022-03-01.
suspend fun listSpacecraftAvailableContacts(argument: suspend ListSpacecraftAvailableContactsPlainArgsBuilder.() -> Unit): ListSpacecraftAvailableContactsResult
suspend fun listSpacecraftAvailableContacts(contactProfile: ContactParametersContactProfile, endTime: String, groundStationName: String, resourceGroupName: String, spacecraftName: String, startTime: String): ListSpacecraftAvailableContactsResult