Método ConnectionOperationsExtensions.ListNextAsync (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 Task<ConnectionListResponse> ListNextAsync(
this IConnectionOperations operations,
string nextLink
)
public:
[ExtensionAttribute]
static Task<ConnectionListResponse^>^ ListNextAsync(
IConnectionOperations^ operations,
String^ nextLink
)
static member ListNextAsync :
operations:IConnectionOperations *
nextLink:string -> Task<ConnectionListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
operations As IConnectionOperations,
nextLink As String
) As Task(Of 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: System.Threading.Tasks.Task<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