Partager via


WorkflowVersionsOperationsExtensions.ListNext Méthode

Définition

Obtient la liste des versions de workflow.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowVersion> ListNext (this Microsoft.Azure.Management.Logic.IWorkflowVersionsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Logic.IWorkflowVersionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.WorkflowVersion>
<Extension()>
Public Function ListNext (operations As IWorkflowVersionsOperations, nextPageLink As String) As IPage(Of WorkflowVersion)

Paramètres

operations
IWorkflowVersionsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à