Query which will return an extension api provide the extension's id and name Control returns immediately to the caller. Use this form for more control over the way the command/query is invoked.
Declaration Syntax
public static Output<ExtensionAPI> InvokeAsync(InvokeConfiguration invokeConfiguration, string ExtensionId, string ExtensionName)
Parameters
- invokeConfiguration(InvokeConfiguration)
Object containing configuration information to specify how the invoke should occur.
- 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.