/// <summary> /// Retrieve a list of runbooks. (see /// http://aka.ms/azureautomationsdk/runbookoperations for more /// information) /// </summary> /// <param name='operations'> /// Reference to the /// Microsoft.WindowsAzure.Management.Automation.IRunbookOperations. /// </param> /// <param name='automationAccount'> /// Required. The automation account name. /// </param> /// <returns> /// The response model for the list runbook operation. /// </returns> public static Task <RunbookListResponse> ListAsync(this IRunbookOperations operations, string automationAccount) { return(operations.ListAsync(automationAccount, CancellationToken.None)); }