WorkflowVersions interface 
Interface representing a WorkflowVersions.
Methods
| get(string, string, string, Workflow | Gets a workflow version. | 
| list(string, string, Workflow | Gets a list of workflow versions. | 
Method Details
		get(string, string, string, WorkflowVersionsGetOptionalParams)
	    
	Gets a workflow version.
function get(resourceGroupName: string, workflowName: string, versionId: string, options?: WorkflowVersionsGetOptionalParams): Promise<WorkflowVersion>Parameters
- resourceGroupName
- 
				string 
The resource group name.
- workflowName
- 
				string 
The workflow name.
- versionId
- 
				string 
The workflow versionId.
The options parameters.
Returns
Promise<WorkflowVersion>
		list(string, string, WorkflowVersionsListOptionalParams)
	    
	Gets a list of workflow versions.
function list(resourceGroupName: string, workflowName: string, options?: WorkflowVersionsListOptionalParams): PagedAsyncIterableIterator<WorkflowVersion, WorkflowVersion[], PageSettings>Parameters
- resourceGroupName
- 
				string 
The resource group name.
- workflowName
- 
				string 
The workflow name.
The options parameters.