IWorkflowRunActionRepetitionsOperations 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.
WorkflowRunActionRepetitionsOperations operations.
public interface IWorkflowRunActionRepetitionsOperations
type IWorkflowRunActionRepetitionsOperations = interface
Public Interface IWorkflowRunActionRepetitionsOperations
Methods
GetWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get a workflow run action repetition. |
ListExpressionTracesWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Lists a workflow run expression trace. |
ListWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get all of a workflow run action repetitions. |
Extension Methods
Get(IWorkflowRunActionRepetitionsOperations, String, String, String, String, String) |
Get a workflow run action repetition. |
GetAsync(IWorkflowRunActionRepetitionsOperations, String, String, String, String, String, CancellationToken) |
Get a workflow run action repetition. |
List(IWorkflowRunActionRepetitionsOperations, String, String, String, String) |
Get all of a workflow run action repetitions. |
ListAsync(IWorkflowRunActionRepetitionsOperations, String, String, String, String, CancellationToken) |
Get all of a workflow run action repetitions. |
ListExpressionTraces(IWorkflowRunActionRepetitionsOperations, String, String, String, String, String) |
Lists a workflow run expression trace. |
ListExpressionTracesAsync(IWorkflowRunActionRepetitionsOperations, String, String, String, String, String, CancellationToken) |
Lists a workflow run expression trace. |
Applies to
Azure SDK for .NET