WorkflowRunResource.GetWorkflowRunActionAsync Method

Definition

Gets a workflow run action.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}/actions/{actionName}
  • Operation Id: WorkflowRunActions_Get
  • Default Api Version: 2023-12-01
  • Resource: WorkflowRunActionResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WorkflowRunActionResource>> GetWorkflowRunActionAsync (string actionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWorkflowRunActionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WorkflowRunActionResource>>
override this.GetWorkflowRunActionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WorkflowRunActionResource>>
Public Overridable Function GetWorkflowRunActionAsync (actionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WorkflowRunActionResource))

Parameters

actionName
String

The workflow action name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

actionName is null.

actionName is an empty string, and was expected to be non-empty.

Applies to