LogicAppResource.DeployWorkflowArtifactsAsync Method

Definition

Creates or updates the artifacts for the logic app

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

Parameters

workflowArtifacts
WorkflowArtifacts

Application settings and files of the workflow.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to