Freigeben über


ConnectionOperationsExtensions.ListByAutomationAccountNext Methode

Definition

Ruft eine Liste von Verbindungen ab. http://aka.ms/azureautomationsdk/connectionoperations

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

Parameter

operations
IConnectionOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

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

Gibt zurück

Gilt für: