RunbookOperationsExtensions.ListAsync Method (IRunbookOperations, String)

 

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

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

<ExtensionAttribute>
Public Shared Function ListAsync (
	operations As IRunbookOperations,
	automationAccount As String
) As Task(Of RunbookListResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation.IRunbookOperations

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

automationAccount
Type: System.String

Required. The automation account name.

Return Value

Type: System.Threading.Tasks.Task(Of RunbookListResponse)

The response model for the list runbook operation.

Return to top
Show: