RunbookOperationsExtensions.ListNext(IRunbookOperations, String) Method

Definition

public static Microsoft.Azure.Management.Automation.Models.RunbookListResponse ListNext (this Microsoft.Azure.Management.Automation.IRunbookOperations operations, string nextLink);
static member ListNext : Microsoft.Azure.Management.Automation.IRunbookOperations * string -> Microsoft.Azure.Management.Automation.Models.RunbookListResponse
<Extension()>
Public Function ListNext (operations As IRunbookOperations, nextLink As String) As RunbookListResponse

Parameters

operations
IRunbookOperations
nextLink
String

Returns

Applies to