WorkflowVersionsOperationsExtensions.List Method

Definition

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.

top
Nullable<Int32>

The number of items to be included in the result.

Returns

Applies to