Freigeben über


LogicWorkflowRunResource.GetLogicWorkflowRunAction Methode

Definition

Ruft eine Workflowausführungsaktion ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/actions/{actionName}
  • Vorgang IdWorkflowRunActions_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)

Parameter

actionName
String

Der Name der Workflowaktion.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

actionName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

actionName ist NULL.

Gilt für: