Freigeben über


ActivityOperationsExtensions.ListByModuleNextAsync Methode

Definition

Rufen Sie eine Liste der Aktivitäten in dem Modul ab, das durch den Modulnamen identifiziert wird. 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))

Parameter

operations
IActivityOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: