Azurerm_api_management_api import function app

I got question is there a way to import azure funtion app to api managment api using terraform. https://learn.microsoft.com/en-us/azure/api-management/import-function-app-as-api

below is link to terraform resource but I do not see funtion app in import section

A import block supports the following: content_format - (Required) The format of the content from which the API Definition should be imported. possible values are: openapi, openapi+json, openapi+json-link, openapi-link, swagger-json, swagger-link- json, wadl-link-json, wadl-xml, wsdl and wsdl-link.

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/api_management_api

is this possible?