IWorkflowVersionsOperations Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Operaciones WorkflowVersionsOperations.
public interface IWorkflowVersionsOperations
type IWorkflowVersionsOperations = interface
Public Interface IWorkflowVersionsOperations
Métodos
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Obtiene una versión de flujo de trabajo. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Obtiene una lista de versiones de flujo de trabajo. |
ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken) |
Obtiene una lista de versiones de flujo de trabajo. |
Métodos de extensión
Get(IWorkflowVersionsOperations, String, String, String) |
Obtiene una versión de flujo de trabajo. |
GetAsync(IWorkflowVersionsOperations, String, String, String, CancellationToken) |
Obtiene una versión de flujo de trabajo. |
List(IWorkflowVersionsOperations, String, String, Nullable<Int32>) |
Obtiene una lista de versiones de flujo de trabajo. |
ListAsync(IWorkflowVersionsOperations, String, String, Nullable<Int32>, CancellationToken) |
Obtiene una lista de versiones de flujo de trabajo. |
ListNext(IWorkflowVersionsOperations, String) |
Obtiene una lista de versiones de flujo de trabajo. |
ListNextAsync(IWorkflowVersionsOperations, String, CancellationToken) |
Obtiene una lista de versiones de flujo de trabajo. |
Se aplica a
Azure SDK for .NET