Information gathered on Azure Functions by executing Azure Functions ⚡️
Information gathered on Azure Functions by executing Azure Functions
Get information about available:
Assemblies
and their versionTypes
and what Assembly
they belong toThis information is available for:
When is this useful?
Get information about available
Assemblies
and their version
Get information about available
Types
and whatAssembly
they 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}