Freigeben über


WorkflowRunOperationsExtensions.Get Methode

Definition

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

public static Microsoft.Azure.Management.Logic.Models.WorkflowRun Get(this Microsoft.Azure.Management.Logic.IWorkflowRunOperations operations, string resourceGroupName, string workflowName, string runName, string operationId);
static member Get : Microsoft.Azure.Management.Logic.IWorkflowRunOperations * string * string * string * string -> Microsoft.Azure.Management.Logic.Models.WorkflowRun
<Extension()>
Public Function Get (operations As IWorkflowRunOperations, resourceGroupName As String, workflowName As String, runName As String, operationId As String) As WorkflowRun

Parameter

operations
IWorkflowRunOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

workflowName
String

Den Workflownamen

runName
String

Der Name der Workflowausführung.

operationId
String

Die Id des Workflowvorgangs.

Gibt zurück

Gilt für: