RunbookOperationsExtensions.ListAsync(IRunbookOperations, String) Method

Definition

Retrieve a list of runbooks. (see http://aka.ms/azureautomationsdk/runbookoperations for more information)

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)

Parameters

operations
IRunbookOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.

automationAccount
String

Required. The automation account name.

Returns

The response model for the list runbook operation.

Applies to