Dela via


RunbookOperationsExtensions.ListByAutomationAccount Metod

Definition

Hämta en lista över runbooks. http://aka.ms/azureautomationsdk/runbookoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Runbook> ListByAutomationAccount (this Microsoft.Azure.Management.Automation.IRunbookOperations operations, string resourceGroupName, string automationAccountName);
static member ListByAutomationAccount : Microsoft.Azure.Management.Automation.IRunbookOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Runbook>
<Extension()>
Public Function ListByAutomationAccount (operations As IRunbookOperations, resourceGroupName As String, automationAccountName As String) As IPage(Of Runbook)

Parametrar

operations
IRunbookOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på en Azure-resursgrupp.

automationAccountName
String

Namnet på automationskontot.

Returer

Gäller för