VariableOperationsExtensions.ListNextAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Recupere a próxima lista de variáveis. (consulte http://aka.ms/azureautomationsdk/variableoperations para obter mais informações)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.VariableListResponse> ListNextAsync (this Microsoft.WindowsAzure.Management.Automation.IVariableOperations operations, string nextLink);
static member ListNextAsync : Microsoft.WindowsAzure.Management.Automation.IVariableOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.VariableListResponse>
<Extension()>
Public Function ListNextAsync (operations As IVariableOperations, nextLink As String) As Task(Of VariableListResponse)
Parâmetros
- operations
- IVariableOperations
Referência ao Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
- nextLink
- String
Obrigatórios. O link para recuperar o próximo conjunto de itens.
Retornos
O modelo de resposta para a operação de variáveis de lista.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET