WorkflowVersionsClient Interface
public interface WorkflowVersionsClient
An instance of this class provides access to all the operations defined in WorkflowVersionsClient.
Method Summary
Method Details
get
public abstract WorkflowVersionInner get(String resourceGroupName, String name, String workflowName, String versionId)
Gets a workflow version.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a workflow version.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a workflow version.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a workflow version.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of workflow versions.
Parameters:
Returns:
list
public abstract PagedIterable
Gets a list of workflow versions.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets a list of workflow versions.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets a list of workflow versions.
Parameters:
Returns:
Applies to
Azure SDK for Java