다음을 통해 공유


RunbookOperationsExtensions.ListByAutomationAccount 메서드

정의

Runbook 목록을 검색합니다. 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)

매개 변수

operations
IRunbookOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

Azure 리소스 그룹의 이름입니다.

automationAccountName
String

자동화 계정의 이름입니다.

반환

적용 대상