WorkflowRunActionsClient Interface
public interface WorkflowRunActionsClient
An instance of this class provides access to all the operations defined in WorkflowRunActionsClient.
Method Summary
Method Details
get
public abstract WorkflowRunActionInner get(String resourceGroupName, String name, String workflowName, String runName, String actionName)
Gets a workflow run action.
Parameters:
Returns:
getAsync
public abstract Mono<WorkflowRunActionInner> getAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName)
Gets a workflow run action.
Parameters:
Returns:
getWithResponse
public abstract Response<WorkflowRunActionInner> getWithResponse(String resourceGroupName, String name, String workflowName, String runName, String actionName, Context context)
Gets a workflow run action.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<WorkflowRunActionInner>> getWithResponseAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName)
Gets a workflow run action.
Parameters:
Returns:
list
public abstract PagedIterable<WorkflowRunActionInner> list(String resourceGroupName, String name, String workflowName, String runName)
Gets a list of workflow run actions.
Parameters:
Returns:
list
public abstract PagedIterable<WorkflowRunActionInner> list(String resourceGroupName, String name, String workflowName, String runName, Integer top, String filter, Context context)
Gets a list of workflow run actions.
Parameters:
Returns:
listAsync
public abstract PagedFlux<WorkflowRunActionInner> listAsync(String resourceGroupName, String name, String workflowName, String runName)
Gets a list of workflow run actions.
Parameters:
Returns:
listAsync
public abstract PagedFlux<WorkflowRunActionInner> listAsync(String resourceGroupName, String name, String workflowName, String runName, Integer top, String filter)
Gets a list of workflow run actions.
Parameters:
Returns:
listExpressionTraces
public abstract PagedIterable<ExpressionRoot> listExpressionTraces(String resourceGroupName, String name, String workflowName, String runName, String actionName)
Lists a workflow run expression trace.
Parameters:
Returns:
listExpressionTraces
public abstract PagedIterable<ExpressionRoot> listExpressionTraces(String resourceGroupName, String name, String workflowName, String runName, String actionName, Context context)
Lists a workflow run expression trace.
Parameters:
Returns:
listExpressionTracesAsync
public abstract PagedFlux<ExpressionRoot> listExpressionTracesAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName)
Lists a workflow run expression trace.
Parameters:
Returns: