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


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