Partager via


WorkflowsOperationsExtensions.ListBySubscriptionNext Méthode

Définition

Obtient la liste des flux de travail par abonnement.

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

Paramètres

operations
IWorkflowsOperations

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 à