Partager via


RunbookOperationsExtensions.ListAsync(IRunbookOperations, String) Méthode

Définition

Récupérer une liste de runbooks. (voir http://aka.ms/azureautomationsdk/runbookoperations pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.RunbookListResponse> ListAsync(this Microsoft.WindowsAzure.Management.Automation.IRunbookOperations operations, string automationAccount);
static member ListAsync : Microsoft.WindowsAzure.Management.Automation.IRunbookOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.RunbookListResponse>
<Extension()>
Public Function ListAsync (operations As IRunbookOperations, automationAccount As String) As Task(Of RunbookListResponse)

Paramètres

operations
IRunbookOperations

Référence à Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.

automationAccount
String

Obligatoire. Nom du compte Automation.

Retours

Modèle de réponse pour l’opération de runbook de liste.

S’applique à