list Spacecraft Available Contacts
suspend fun listSpacecraftAvailableContacts(argument: ListSpacecraftAvailableContactsPlainArgs): ListSpacecraftAvailableContactsResult
Response for the ListAvailableContacts API service call. API Version: 2021-04-04-preview.
Return
Response for the ListAvailableContacts API service call.
Parameters
argument
null
suspend fun listSpacecraftAvailableContacts(contactProfile: ResourceReference, endTime: String, groundStationName: String, resourceGroupName: String, spacecraftName: String, startTime: String): ListSpacecraftAvailableContactsResult
Return
Response for the ListAvailableContacts API service call.
See also
Parameters
contact Profile
The reference to the contact profile resource.
end Time
End time of a contact.
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.
suspend fun listSpacecraftAvailableContacts(argument: suspend ListSpacecraftAvailableContactsPlainArgsBuilder.() -> Unit): ListSpacecraftAvailableContactsResult
Return
Response for the ListAvailableContacts API service call.
See also
Parameters
argument
Builder for com.pulumi.azurenative.orbital.kotlin.inputs.ListSpacecraftAvailableContactsPlainArgs.