LogicAppResource.GetWorkflowsConnections(CancellationToken) Method

Definition

Gets logic app's connections.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/providers/Microsoft.App/logicApps/{logicAppName}/listWorkflowsConnections.
  • Operation Id. : LogicApps_ListWorkflowsConnections.
  • Default Api Version. : 2025-10-02-preview.
  • Resource. : LogicAppResource.
public virtual Azure.Response<Azure.ResourceManager.AppContainers.LogicAppWorkflowEnvelopeResource> GetWorkflowsConnections(System.Threading.CancellationToken cancellationToken = default);
abstract member GetWorkflowsConnections : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.LogicAppWorkflowEnvelopeResource>
override this.GetWorkflowsConnections : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.LogicAppWorkflowEnvelopeResource>
Public Overridable Function GetWorkflowsConnections (Optional cancellationToken As CancellationToken = Nothing) As Response(Of LogicAppWorkflowEnvelopeResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to