Método IVariableOperations.ListNextAsync (String, CancellationToken)
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
Task<VariableListResponse> ListNextAsync(
string nextLink,
CancellationToken cancellationToken
)
Task<VariableListResponse^>^ ListNextAsync(
String^ nextLink,
CancellationToken cancellationToken
)
abstract ListNextAsync :
nextLink:string *
cancellationToken:CancellationToken -> Task<VariableListResponse>
Function ListNextAsync (
nextLink As String,
cancellationToken As CancellationToken
) As Task(Of VariableListResponse)
Parâmetros
nextLink
Type: System.StringO link para recuperar o próximo conjunto de itens.
cancellationToken
Type: System.Threading.CancellationTokenToken de cancelamento.
Valor de retorno
Type: System.Threading.Tasks.Task<VariableListResponse>
O modelo de resposta para a operação na lista variáveis.
Consulte também
Interface IVariableOperations
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo