Método ConnectionOperationsExtensions.ListNext (IConnectionOperations, String)
Recupere o próxima lista de conexões. (consulte https://aka.ms/azureautomationsdk/connectionoperations para obter mais informações)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public static ConnectionListResponse ListNext(
this IConnectionOperations operations,
string nextLink
)
public:
[ExtensionAttribute]
static ConnectionListResponse^ ListNext(
IConnectionOperations^ operations,
String^ nextLink
)
static member ListNext :
operations:IConnectionOperations *
nextLink:string -> ConnectionListResponse
<ExtensionAttribute>
Public Shared Function ListNext (
operations As IConnectionOperations,
nextLink As String
) As ConnectionListResponse
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.IConnectionOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
nextLink
Type: System.StringObrigatório. O link para recuperar o próximo conjunto de itens.
Valor de retorno
Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionListResponse
O modelo de resposta para a operação de conexão da lista.
Consulte também
Classe ConnectionOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo