WorkflowRunsClient Interface
public interface WorkflowRunsClient
An instance of this class provides access to all the operations defined in WorkflowRunsClient.
Method Summary
Method Details
cancel
public abstract void cancel(String resourceGroupName, String name, String workflowName, String runName)
Cancels a workflow run.
Parameters:
cancelAsync
public abstract Mono
Cancels a workflow run.
Parameters:
Returns:
cancelWithResponse
public abstract Response
Cancels a workflow run.
Parameters:
Returns:
cancelWithResponseAsync
public abstract Mono
Cancels a workflow run.
Parameters:
Returns:
get
public abstract WorkflowRunInner get(String resourceGroupName, String name, String workflowName, String runName)
Gets a workflow run.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a workflow run.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a workflow run.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a workflow run.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of workflow runs.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of workflow runs.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets a list of workflow runs.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets a list of workflow runs.
Parameters:
Returns:
Applies to
Azure SDK for Java