Partager via


WorkflowRunsOperationsExtensions.Get Méthode

Définition

Obtient une exécution de workflow.

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

Paramètres

operations
IWorkflowRunsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

workflowName
String

Le nom du workflow.

runName
String

Nom de l’exécution du flux de travail.

Retours

S’applique à