IWorkflowRunActionsOperations 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.
public interface IWorkflowRunActionsOperations
type IWorkflowRunActionsOperations = interface
Public Interface IWorkflowRunActionsOperations
Methods
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListWithHttpMessagesAsync(String, String, String, ODataQuery<WorkflowRunActionFilterInner>, Dictionary<String,List<String>>, CancellationToken)
Extension Methods
GetAsync(IWorkflowRunActionsOperations, String, String, String, String, CancellationToken)
ListAsync(IWorkflowRunActionsOperations, String, String, String, ODataQuery<WorkflowRunActionFilterInner>, CancellationToken)
ListNextAsync(IWorkflowRunActionsOperations, String, CancellationToken)
Applies to