Partager via


ConnectionOperationsExtensions.ListNext(IConnectionOperations, String) Méthode

Définition

Récupérez la liste suivante des connexions. (voir http://aka.ms/azureautomationsdk/connectionoperations pour plus d’informations)

public static Microsoft.WindowsAzure.Management.Automation.Models.ConnectionListResponse ListNext (this Microsoft.WindowsAzure.Management.Automation.IConnectionOperations operations, string nextLink);
static member ListNext : Microsoft.WindowsAzure.Management.Automation.IConnectionOperations * string -> Microsoft.WindowsAzure.Management.Automation.Models.ConnectionListResponse
<Extension()>
Public Function ListNext (operations As IConnectionOperations, nextLink As String) As ConnectionListResponse

Paramètres

operations
IConnectionOperations

Référence à Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.

nextLink
String

Obligatoire. Lien permettant de récupérer l’ensemble d’éléments suivant.

Retours

Modèle de réponse pour l’opération de connexion de liste.

S’applique à