WorkflowVersionsClient Interface

public interface WorkflowVersionsClient

An instance of this class provides access to all the operations defined in WorkflowVersionsClient.

Method Summary

Modifier and Type Method and Description
abstract WorkflowVersionInner get(String resourceGroupName, String workflowName, String versionId)

Gets a workflow version.

abstract Response<WorkflowVersionInner> getWithResponse(String resourceGroupName, String workflowName, String versionId, Context context)

Gets a workflow version.

abstract PagedIterable<WorkflowVersionInner> list(String resourceGroupName, String workflowName)

Gets a list of workflow versions.

abstract PagedIterable<WorkflowVersionInner> list(String resourceGroupName, String workflowName, Integer top, Context context)

Gets a list of workflow versions.

Method Details

get

public abstract WorkflowVersionInner get(String resourceGroupName, String workflowName, String versionId)

Gets a workflow version.

Parameters:

resourceGroupName - The resource group name.
workflowName - The workflow name.
versionId - The workflow versionId.

Returns:

a workflow version.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String workflowName, String versionId, Context context)

Gets a workflow version.

Parameters:

resourceGroupName - The resource group name.
workflowName - The workflow name.
versionId - The workflow versionId.
context - The context to associate with this operation.

Returns:

a workflow version along with Response<T>.

list

public abstract PagedIterable list(String resourceGroupName, String workflowName)

Gets a list of workflow versions.

Parameters:

resourceGroupName - The resource group name.
workflowName - The workflow name.

Returns:

a list of workflow versions as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String workflowName, Integer top, Context context)

Gets a list of workflow versions.

Parameters:

resourceGroupName - The resource group name.
workflowName - The workflow name.
top - The number of items to be included in the result.
context - The context to associate with this operation.

Returns:

a list of workflow versions as paginated response with PagedIterable<T>.

Applies to