Partager via


WorkflowTriggersOperationsExtensions.Run Méthode

Définition

Exécute un déclencheur de workflow.

public static object Run (this Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations operations, string resourceGroupName, string workflowName, string triggerName);
static member Run : Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations * string * string * string -> obj
<Extension()>
Public Function Run (operations As IWorkflowTriggersOperations, resourceGroupName As String, workflowName As String, triggerName As String) As Object

Paramètres

operations
IWorkflowTriggersOperations

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

resourceGroupName
String

Nom du groupe de ressources.

workflowName
String

Le nom du workflow.

triggerName
String

Nom du déclencheur de flux de travail.

Retours

S’applique à