Share via


ReservationOrderOperationsExtensions.ListNext Method

Definition

Get all ReservationOrders.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Reservations.Models.ReservationOrderResponse> ListNext (this Microsoft.Azure.Management.Reservations.IReservationOrderOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Reservations.IReservationOrderOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Reservations.Models.ReservationOrderResponse>
<Extension()>
Public Function ListNext (operations As IReservationOrderOperations, nextPageLink As String) As IPage(Of ReservationOrderResponse)

Parameters

operations
IReservationOrderOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

List of all the `ReservationOrder`s that the user has access to in the current tenant.

Applies to