WorkflowVersionsOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of workflow versions.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowVersion> List (this Microsoft.Azure.Management.Logic.IWorkflowVersionsOperations operations, string resourceGroupName, string workflowName, int? top = default);
static member List : Microsoft.Azure.Management.Logic.IWorkflowVersionsOperations * string * string * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowVersion>
<Extension()>
Public Function List (operations As IWorkflowVersionsOperations, resourceGroupName As String, workflowName As String, Optional top As Nullable(Of Integer) = Nothing) As IPage(Of WorkflowVersion)
Parameters
- operations
- IWorkflowVersionsOperations
The operations group for this extension method.
- resourceGroupName
- String
The resource group name.
- workflowName
- String
The workflow name.