Information gathered on Azure Functions by executing Azure Functions
Get information about available:
Assembliesand their versionTypesand whatAssemblythey belong to
This information is available for:
When is this useful?
- If you are writing libraries for Azure Functions, and want to know what assembly versions to depend on.
Get information about available
Assembliesand their version
Get information about available
Typesand whatAssemblythey belong to
Query by:
The fully qualified name of the type, including its namespace but not its assembly
https://azurefunctionsinfov8.azurewebsites.net/api/Types?FullName={FullName}
Query by:
The simple name of the type
https://azurefunctionsinfov8.azurewebsites.net/api/Types?Name={Name}
