Partager via


ActivityOperationsExtensions.ListByModuleNextAsync Méthode

Définition

Récupérez une liste d’activités dans le module identifiées par le nom du module. http://aka.ms/azureautomationsdk/activityoperations

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Activity>> ListByModuleNextAsync (this Microsoft.Azure.Management.Automation.IActivityOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByModuleNextAsync : Microsoft.Azure.Management.Automation.IActivityOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Activity>>
<Extension()>
Public Function ListByModuleNextAsync (operations As IActivityOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Activity))

Paramètres

operations
IActivityOperations

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

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à