Query which will return an extension api provide the extension's id and name Control returns immediately to the caller.
Declaration Syntax
public static Output<ExtensionAPI> InvokeAsync(string ExtensionId, string ExtensionName)
Parameters
- ExtensionId(string)
Id of the extension (ShortId or GUID) This parameter is required, and may not be null.
- ExtensionName(string)
Name of the extension This parameter is required, and may not be null.