Partager via


ConnectionOperationsExtensions.ListByAutomationAccountNext Méthode

Définition

Récupérer une liste de connexions. 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)

Paramètres

operations
IConnectionOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à