Compartilhar via


ConnectionOperationsExtensions.ListNextAsync Método

Definição

Recupere a próxima lista de conexões. (consulte http://aka.ms/azureautomationsdk/connectionoperations para obter mais informações)

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

Parâmetros

operations
IConnectionOperations

Referência ao Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.

nextLink
String

Obrigatórios. O link para recuperar o próximo conjunto de itens.

Retornos

O modelo de resposta para a operação de conexão de lista.

Aplica-se a