Método ActivityOperationsExtensions.ListNextAsync (IActivityOperations, String)
Recupere o próxima lista de atividades no módulo identificado pelo nome do módulo. (consulte https://aka.ms/azureautomationsdk/activityoperations 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<ActivityListResponse> ListNextAsync(
this IActivityOperations operations,
string nextLink
)
public:
[ExtensionAttribute]
static Task<ActivityListResponse^>^ ListNextAsync(
IActivityOperations^ operations,
String^ nextLink
)
static member ListNextAsync :
operations:IActivityOperations *
nextLink:string -> Task<ActivityListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
operations As IActivityOperations,
nextLink As String
) As Task(Of ActivityListResponse)
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.Automation.IActivityOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.IActivityOperations.
nextLink
Type: System.StringObrigatório. O link para recuperar o próximo conjunto de itens.
Valor de retorno
Type: System.Threading.Tasks.Task<ActivityListResponse>
O modelo de resposta para a operação de atividade da lista.
Consulte também
Classe ActivityOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo