LogicAppResource.Invoke 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 Azure.Response<Azure.ResourceManager.AppContainers.Models.Object> Invoke(string xMsLogicAppsProxyPath, Azure.ResourceManager.AppContainers.Models.LogicAppsProxyMethod xMsLogicAppsProxyMethod, System.Threading.CancellationToken cancellationToken = default);
abstract member Invoke : string * Azure.ResourceManager.AppContainers.Models.LogicAppsProxyMethod * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.Models.Object>
override this.Invoke : string * Azure.ResourceManager.AppContainers.Models.LogicAppsProxyMethod * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.Models.Object>
Public Overridable Function Invoke (xMsLogicAppsProxyPath As String, xMsLogicAppsProxyMethod As LogicAppsProxyMethod, Optional cancellationToken As CancellationToken = Nothing) As 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.