Compartilhar via


Método RunbookOperationsExtensions.ListAsync (IRunbookOperations, String)

 

Recupere uma lista de runbooks. (consulte https://aka.ms/azureautomationsdk/runbookoperations 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<RunbookListResponse> ListAsync(
    this IRunbookOperations operations,
    string automationAccount
)
public:
[ExtensionAttribute]
static Task<RunbookListResponse^>^ ListAsync(
    IRunbookOperations^ operations,
    String^ automationAccount
)
static member ListAsync : 
        operations:IRunbookOperations *
        automationAccount:string -> Task<RunbookListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As IRunbookOperations,
    automationAccount As String
) As Task(Of RunbookListResponse)

Parâmetros

  • automationAccount
    Type: System.String

    Obrigatório. O nome da conta de automação.

Valor de retorno

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

O modelo de resposta para a operação de runbook da lista.

Consulte também

Classe RunbookOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo