Condividi tramite


LogicWorkflowTriggerHistoryResource.ResubmitAsync(CancellationToken) Method

Definition

Resubmits a workflow run based on the trigger history.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/triggers/{triggerName}/histories/{historyName}/resubmit
  • Operation Id: WorkflowTriggerHistories_Resubmit
public virtual System.Threading.Tasks.Task<Azure.Response> ResubmitAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ResubmitAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.ResubmitAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function ResubmitAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to