WorkflowVersions interface

Interface representing a WorkflowVersions.

Methods

get(string, string, string, string, WorkflowVersionsGetOptionalParams)

Gets a workflow version.

list(string, string, string, WorkflowVersionsListOptionalParams)

Gets a list of workflow versions.

Method Details

get(string, string, string, string, WorkflowVersionsGetOptionalParams)

Gets a workflow version.

function get(resourceGroupName: string, name: string, workflowName: string, versionId: string, options?: WorkflowVersionsGetOptionalParams): Promise<WorkflowVersion>

Parameters

resourceGroupName

string

Name of the resource group to which the resource belongs.

name

string

Site name.

workflowName

string

The workflow name.

versionId

string

The workflow versionId.

options
WorkflowVersionsGetOptionalParams

The options parameters.

Returns

Promise<WorkflowVersion>

list(string, string, string, WorkflowVersionsListOptionalParams)

Gets a list of workflow versions.

function list(resourceGroupName: string, name: string, workflowName: string, options?: WorkflowVersionsListOptionalParams): PagedAsyncIterableIterator<WorkflowVersion, WorkflowVersion[], PageSettings>

Parameters

resourceGroupName

string

Name of the resource group to which the resource belongs.

name

string

Site name.

workflowName

string

The workflow name.

options
WorkflowVersionsListOptionalParams

The options parameters.

Returns