Freigeben über


LogicWorkflowRunResource.GetLogicWorkflowRunOperationAsync Methode

Definition

Ruft einen Vorgang für eine Ausführung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/runs/{runName}/operations/{operationId}
  • Vorgangs-IdWorkflowRunOperations_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowRunOperationResource>> GetLogicWorkflowRunOperationAsync (string operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLogicWorkflowRunOperationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowRunOperationResource>>
override this.GetLogicWorkflowRunOperationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowRunOperationResource>>
Public Overridable Function GetLogicWorkflowRunOperationAsync (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LogicWorkflowRunOperationResource))

Parameter

operationId
String

Die Id des Workflowvorgangs.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

operationId ist NULL.

Gilt für: