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
Gets a workflow run action.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a workflow run action.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a workflow run action.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of workflow run actions.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of workflow run actions.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets a list of workflow run actions.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets a list of workflow run actions.
Parameters:
Returns:
listExpressionTraces
public abstract PagedIterable
Lists a workflow run expression trace.
Parameters:
Returns:
listExpressionTraces
public abstract PagedIterable
Lists a workflow run expression trace.
Parameters:
Returns:
listExpressionTracesAsync
public abstract PagedFlux
Lists a workflow run expression trace.
Parameters:
Returns:
Applies to
Azure SDK for Java