Megosztás a következőn keresztül:


LogicWorkflowRunResource.GetLogicWorkflowRunActionAsync Method

Definition

Gets a workflow run action.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}
  • Operation Id: WorkflowRunActions_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowRunActionResource>> GetLogicWorkflowRunActionAsync (string actionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLogicWorkflowRunActionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowRunActionResource>>
override this.GetLogicWorkflowRunActionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowRunActionResource>>
Public Overridable Function GetLogicWorkflowRunActionAsync (actionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LogicWorkflowRunActionResource))

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