IWorkflowRunsOperations Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Opérations WorkflowRunsOperations.
public interface IWorkflowRunsOperations
type IWorkflowRunsOperations = interface
Public Interface IWorkflowRunsOperations
Méthodes
CancelWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Annule l’exécution d’un workflow. |
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Obtient une exécution de workflow. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Obtient la liste des exécutions de workflow. |
ListWithHttpMessagesAsync(String, String, ODataQuery<WorkflowRunFilter>, Dictionary<String,List<String>>, CancellationToken) |
Obtient la liste des exécutions de workflow. |
Méthodes d’extension
Cancel(IWorkflowRunsOperations, String, String, String) |
Annule l’exécution d’un workflow. |
CancelAsync(IWorkflowRunsOperations, String, String, String, CancellationToken) |
Annule l’exécution d’un workflow. |
Get(IWorkflowRunsOperations, String, String, String) |
Obtient une exécution de workflow. |
GetAsync(IWorkflowRunsOperations, String, String, String, CancellationToken) |
Obtient une exécution de workflow. |
List(IWorkflowRunsOperations, String, String, ODataQuery<WorkflowRunFilter>) |
Obtient la liste des exécutions de workflow. |
ListAsync(IWorkflowRunsOperations, String, String, ODataQuery<WorkflowRunFilter>, CancellationToken) |
Obtient la liste des exécutions de workflow. |
ListNext(IWorkflowRunsOperations, String) |
Obtient la liste des exécutions de workflow. |
ListNextAsync(IWorkflowRunsOperations, String, CancellationToken) |
Obtient la liste des exécutions de workflow. |
S’applique à
Azure SDK for .NET