Freigeben über


Python2PackageOperationsExtensions.ListByAutomationAccountNext Methode

Definition

Rufen Sie eine Liste von Python 2-Paketen ab. http://aka.ms/azureautomationsdk/moduleoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Module> ListByAutomationAccountNext (this Microsoft.Azure.Management.Automation.IPython2PackageOperations operations, string nextPageLink);
static member ListByAutomationAccountNext : Microsoft.Azure.Management.Automation.IPython2PackageOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Module>
<Extension()>
Public Function ListByAutomationAccountNext (operations As IPython2PackageOperations, nextPageLink As String) As IPage(Of Module)

Parameter

operations
IPython2PackageOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: