LogicAppResource.InvokeAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Proxies a the API call to the logic app backed by the container app.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/providers/Microsoft.App/logicApps/{logicAppName}/invoke.
- Operation Id. : LogicApps_Invoke.
- Default Api Version. : 2025-10-02-preview.
- Resource. : LogicAppResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.Models.Object>> InvokeAsync(string xMsLogicAppsProxyPath, Azure.ResourceManager.AppContainers.Models.LogicAppsProxyMethod xMsLogicAppsProxyMethod, System.Threading.CancellationToken cancellationToken = default);
abstract member InvokeAsync : string * Azure.ResourceManager.AppContainers.Models.LogicAppsProxyMethod * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.Models.Object>>
override this.InvokeAsync : string * Azure.ResourceManager.AppContainers.Models.LogicAppsProxyMethod * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.Models.Object>>
Public Overridable Function InvokeAsync (xMsLogicAppsProxyPath As String, xMsLogicAppsProxyMethod As LogicAppsProxyMethod, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Object))
Parameters
- xMsLogicAppsProxyPath
- String
The proxy path for the API call.
- xMsLogicAppsProxyMethod
- LogicAppsProxyMethod
The proxy method for the API call.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
xMsLogicAppsProxyPath is null.
xMsLogicAppsProxyPath is an empty string, and was expected to be non-empty.