Compartilhar via


Método IModuleOperations.ListAsync (String, CancellationToken)

 

Recupere uma lista de módulos. (consulte https://aka.ms/azureautomationsdk/moduleoperations para obter mais informações)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

Task<ModuleListResponse> ListAsync(
    string automationAccount,
    CancellationToken cancellationToken
)
Task<ModuleListResponse^>^ ListAsync(
    String^ automationAccount,
    CancellationToken cancellationToken
)
abstract ListAsync : 
        automationAccount:string *
        cancellationToken:CancellationToken -> Task<ModuleListResponse>
Function ListAsync (
    automationAccount As String,
    cancellationToken As CancellationToken
) As Task(Of ModuleListResponse)

Parâmetros

  • automationAccount
    Type: System.String

    O nome da conta de automação.

Valor de retorno

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

O modelo de resposta para a operação de módulo de lista.

Consulte também

Interface IModuleOperations
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo