Partager via


WorkflowTriggersOperationsExtensions.Get Méthode

Définition

Obtient un déclencheur de workflow.

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

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 à