Compartilhar via


Método VariableOperationsExtensions.ListNextAsync (IVariableOperations, String)

 

Recupere o próxima lista de variáveis. (consulte https://aka.ms/azureautomationsdk/variableoperations 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<VariableListResponse> ListNextAsync(
    this IVariableOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static Task<VariableListResponse^>^ ListNextAsync(
    IVariableOperations^ operations,
    String^ nextLink
)
static member ListNextAsync : 
        operations:IVariableOperations *
        nextLink:string -> Task<VariableListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
    operations As IVariableOperations,
    nextLink As String
) As Task(Of VariableListResponse)

Parâmetros

  • nextLink
    Type: System.String

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

Valor de retorno

Type: System.Threading.Tasks.Task<VariableListResponse>

O modelo de resposta para a operação na lista variáveis.

Consulte também

Classe VariableOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo