RunbookOperationsExtensions.ListAsync Method

Definition

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

Parameters

operations
IRunbookOperations
resourceGroupName
String
automationAccount
String

Returns

Applies to