IWorkflowVersionsOperations Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
WorkflowVersionsOperationsvorgänge.
public interface IWorkflowVersionsOperations
type IWorkflowVersionsOperations = interface
Public Interface IWorkflowVersionsOperations
Methoden
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Ruft eine Workflowversion ab. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Ruft eine Liste der Workflowversionen ab. |
ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken) |
Ruft eine Liste der Workflowversionen ab. |
Erweiterungsmethoden
Get(IWorkflowVersionsOperations, String, String, String) |
Ruft eine Workflowversion ab. |
GetAsync(IWorkflowVersionsOperations, String, String, String, CancellationToken) |
Ruft eine Workflowversion ab. |
List(IWorkflowVersionsOperations, String, String, Nullable<Int32>) |
Ruft eine Liste der Workflowversionen ab. |
ListAsync(IWorkflowVersionsOperations, String, String, Nullable<Int32>, CancellationToken) |
Ruft eine Liste der Workflowversionen ab. |
ListNext(IWorkflowVersionsOperations, String) |
Ruft eine Liste der Workflowversionen ab. |
ListNextAsync(IWorkflowVersionsOperations, String, CancellationToken) |
Ruft eine Liste der Workflowversionen ab. |
Gilt für:
Azure SDK for .NET