WorkflowRunResource.GetWorkflowRunAction(String, CancellationToken) 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 Azure.Response<Azure.ResourceManager.AppService.WorkflowRunActionResource> GetWorkflowRunAction (string actionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWorkflowRunAction : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WorkflowRunActionResource>
override this.GetWorkflowRunAction : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WorkflowRunActionResource>
Public Overridable Function GetWorkflowRunAction (actionName As String, Optional cancellationToken As CancellationToken = Nothing) As 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