FunctionsExtensionsClient Interface
public interface FunctionsExtensionsClient
An instance of this class provides access to all the operations defined in FunctionsExtensionsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
invokeFunctionsHost(String resourceGroupName, String containerAppName, String revisionName, String functionAppName)
Proxies a Functions host call to the function app backed by the container app. |
| abstract Response<String> |
invokeFunctionsHostWithResponse(String resourceGroupName, String containerAppName, String revisionName, String functionAppName, Context context)
Proxies a Functions host call to the function app backed by the container app. |
Method Details
invokeFunctionsHost
public abstract String invokeFunctionsHost(String resourceGroupName, String containerAppName, String revisionName, String functionAppName)
Proxies a Functions host call to the function app backed by the container app.
Parameters:
Returns:
invokeFunctionsHostWithResponse
public abstract Response<String> invokeFunctionsHostWithResponse(String resourceGroupName, String containerAppName, String revisionName, String functionAppName, Context context)
Proxies a Functions host call to the function app backed by the container app.
Parameters:
Returns: