IWorkflowRunActionScopeRepetitionsOperations 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.
WorkflowRunActionScopeRepetitionsOperations operations.
public interface IWorkflowRunActionScopeRepetitionsOperations
type IWorkflowRunActionScopeRepetitionsOperations = interface
Public Interface IWorkflowRunActionScopeRepetitionsOperations
Methods
GetWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get a workflow run action scoped repetition. |
ListWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
List the workflow run action scoped repetitions. |
Extension Methods
Get(IWorkflowRunActionScopeRepetitionsOperations, String, String, String, String, String) |
Get a workflow run action scoped repetition. |
GetAsync(IWorkflowRunActionScopeRepetitionsOperations, String, String, String, String, String, CancellationToken) |
Get a workflow run action scoped repetition. |
List(IWorkflowRunActionScopeRepetitionsOperations, String, String, String, String) |
List the workflow run action scoped repetitions. |
ListAsync(IWorkflowRunActionScopeRepetitionsOperations, String, String, String, String, CancellationToken) |
List the workflow run action scoped repetitions. |