IWorkflowVersionsOperations 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 WorkflowVersionsOperations.
public interface IWorkflowVersionsOperations
type IWorkflowVersionsOperations = interface
Public Interface IWorkflowVersionsOperations
Méthodes
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Obtient une version de workflow. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Obtient la liste des versions de workflow. |
ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken) |
Obtient la liste des versions de workflow. |
Méthodes d’extension
Get(IWorkflowVersionsOperations, String, String, String) |
Obtient une version de workflow. |
GetAsync(IWorkflowVersionsOperations, String, String, String, CancellationToken) |
Obtient une version de workflow. |
List(IWorkflowVersionsOperations, String, String, Nullable<Int32>) |
Obtient la liste des versions de workflow. |
ListAsync(IWorkflowVersionsOperations, String, String, Nullable<Int32>, CancellationToken) |
Obtient la liste des versions de workflow. |
ListNext(IWorkflowVersionsOperations, String) |
Obtient la liste des versions de workflow. |
ListNextAsync(IWorkflowVersionsOperations, String, CancellationToken) |
Obtient la liste des versions de workflow. |
S’applique à
Azure SDK for .NET