Método IActivityOperations.ListAsync (String, String, CancellationToken)
Recupere uma 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
Task<ActivityListResponse> ListAsync(
string automationAccount,
string moduleName,
CancellationToken cancellationToken
)
Task<ActivityListResponse^>^ ListAsync(
String^ automationAccount,
String^ moduleName,
CancellationToken cancellationToken
)
abstract ListAsync :
automationAccount:string *
moduleName:string *
cancellationToken:CancellationToken -> Task<ActivityListResponse>
Function ListAsync (
automationAccount As String,
moduleName As String,
cancellationToken As CancellationToken
) As Task(Of ActivityListResponse)
Parâmetros
automationAccount
Type: System.StringO nome da conta de automação.
moduleName
Type: System.StringO nome do módulo.
cancellationToken
Type: System.Threading.CancellationTokenToken de cancelamento.
Valor de retorno
Type: System.Threading.Tasks.Task<ActivityListResponse>
O modelo de resposta para a operação de atividade da lista.
Consulte também
Interface IActivityOperations
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo