共用方式為


RunbookOperationsExtensions.ListByAutomationAccountNext 方法

定義

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

參數

operations
IRunbookOperations

這個擴充方法的作業群組。

nextPageLink
String

上一次成功呼叫 List 作業的 NextLink。

傳回

適用於