LogicAppResource.InvokeAsync Method

Definition

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.

Applies to