RunbookOperationsExtensions.List Method (IRunbookOperations, String)
Retrieve a list of runbooks. (see https://aka.ms/azureautomationsdk/runbookoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public static RunbookListResponse List(
this IRunbookOperations operations,
string automationAccount
)
public:
[ExtensionAttribute]
static RunbookListResponse^ List(
IRunbookOperations^ operations,
String^ automationAccount
)
static member List :
operations:IRunbookOperations *
automationAccount:string -> RunbookListResponse
<ExtensionAttribute>
Public Shared Function List (
operations As IRunbookOperations,
automationAccount As String
) As RunbookListResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Automation.IRunbookOperationsReference to the Microsoft.WindowsAzure.Management.Automation.IRunbookOperations.
automationAccount
Type: System.StringRequired. The automation account name.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.RunbookListResponse
The response model for the list runbook operation.
See Also
RunbookOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top