FunctionsExtension interface
Interface representing a FunctionsExtension.
Methods
| invoke |
Proxies a Functions host call to the function app backed by the container app. |
Method Details
invokeFunctionsHost(string, string, string, string, FunctionsExtensionInvokeFunctionsHostOptionalParams)
Proxies a Functions host call to the function app backed by the container app.
function invokeFunctionsHost(resourceGroupName: string, containerAppName: string, revisionName: string, functionAppName: string, options?: FunctionsExtensionInvokeFunctionsHostOptionalParams): Promise<FunctionsExtensionInvokeFunctionsHostResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- containerAppName
-
string
Name of the Container App.
- revisionName
-
string
Name of the Container App Revision, the parent resource.
- functionAppName
-
string
Name of the Function App, the extension resource.
The options parameters.