Freigeben über


ActivityOperationsExtensions.ListByModuleNext 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 Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Activity> ListByModuleNext (this Microsoft.Azure.Management.Automation.IActivityOperations operations, string nextPageLink);
static member ListByModuleNext : Microsoft.Azure.Management.Automation.IActivityOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Activity>
<Extension()>
Public Function ListByModuleNext (operations As IActivityOperations, nextPageLink As String) As IPage(Of Activity)

Parameter

operations
IActivityOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: