Share via


OperationsExtensions.ListNext(IOperations, String) Method

Definition

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.Operation> ListNext (this Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.IOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.IOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.Operation>
<Extension()>
Public Function ListNext (operations As IOperations, nextPageLink As String) As IPage(Of Operation)

Parameters

operations
IOperations
nextPageLink
String

Returns

Applies to