IWorkflowRunActionRequestHistoriesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
WorkflowRunActionRequestHistoriesOperations operations.
public interface IWorkflowRunActionRequestHistoriesOperations
type IWorkflowRunActionRequestHistoriesOperations = interface
Public Interface IWorkflowRunActionRequestHistoriesOperations
Methods
GetWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets a workflow run request history. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List a workflow run request history. |
ListWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
List a workflow run request history. |
Extension Methods
Get(IWorkflowRunActionRequestHistoriesOperations, String, String, String, String, String) |
Gets a workflow run request history. |
GetAsync(IWorkflowRunActionRequestHistoriesOperations, String, String, String, String, String, CancellationToken) |
Gets a workflow run request history. |
List(IWorkflowRunActionRequestHistoriesOperations, String, String, String, String) |
List a workflow run request history. |
ListAsync(IWorkflowRunActionRequestHistoriesOperations, String, String, String, String, CancellationToken) |
List a workflow run request history. |
ListNext(IWorkflowRunActionRequestHistoriesOperations, String) |
List a workflow run request history. |
ListNextAsync(IWorkflowRunActionRequestHistoriesOperations, String, CancellationToken) |
List a workflow run request history. |
Applies to
Azure SDK for .NET