Partager via


WorkflowTriggersOperationsExtensions Classe

Définition

Méthodes d’extension pour WorkflowTriggersOperations.

public static class WorkflowTriggersOperationsExtensions
type WorkflowTriggersOperationsExtensions = class
Public Module WorkflowTriggersOperationsExtensions
Héritage
WorkflowTriggersOperationsExtensions

Méthodes

Get(IWorkflowTriggersOperations, String, String, String)

Obtient un déclencheur de workflow.

GetAsync(IWorkflowTriggersOperations, String, String, String, CancellationToken)

Obtient un déclencheur de workflow.

GetSchemaJson(IWorkflowTriggersOperations, String, String, String)

Obtenez le schéma de déclencheur au format JSON.

GetSchemaJsonAsync(IWorkflowTriggersOperations, String, String, String, CancellationToken)

Obtenez le schéma de déclencheur au format JSON.

List(IWorkflowTriggersOperations, String, String, ODataQuery<WorkflowTriggerFilter>)

Obtient la liste des déclencheurs de workflow.

ListAsync(IWorkflowTriggersOperations, String, String, ODataQuery<WorkflowTriggerFilter>, CancellationToken)

Obtient la liste des déclencheurs de workflow.

ListCallbackUrl(IWorkflowTriggersOperations, String, String, String)

Obtenez l’URL de rappel d’un déclencheur de workflow.

ListCallbackUrlAsync(IWorkflowTriggersOperations, String, String, String, CancellationToken)

Obtenez l’URL de rappel d’un déclencheur de workflow.

ListNext(IWorkflowTriggersOperations, String)

Obtient la liste des déclencheurs de workflow.

ListNextAsync(IWorkflowTriggersOperations, String, CancellationToken)

Obtient la liste des déclencheurs de workflow.

Reset(IWorkflowTriggersOperations, String, String, String)

Réinitialise un déclencheur de workflow.

ResetAsync(IWorkflowTriggersOperations, String, String, String, CancellationToken)

Réinitialise un déclencheur de workflow.

Run(IWorkflowTriggersOperations, String, String, String)

Exécute un déclencheur de workflow.

RunAsync(IWorkflowTriggersOperations, String, String, String, CancellationToken)

Exécute un déclencheur de workflow.

SetState(IWorkflowTriggersOperations, String, String, String, SetTriggerStateActionDefinition)

Définit l’état d’un déclencheur de workflow.

SetStateAsync(IWorkflowTriggersOperations, String, String, String, SetTriggerStateActionDefinition, CancellationToken)

Définit l’état d’un déclencheur de workflow.

S’applique à