Partager via


WorkflowTriggersOperationsExtensions.ListCallbackUrl Méthode

Définition

Obtenez l’URL de rappel d’un déclencheur de flux de travail.

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

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 à