Share via


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

  • automationAccount
    Type: System.String

    Required. 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