FunctionsExtensions Interface
public interface FunctionsExtensions
Resource collection API of FunctionsExtensions.
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: