共用方式為


RunbookOperationsExtensions.ListByAutomationAccount 方法

定義

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

自動化帳戶的名稱。

傳回

適用於