Condividi tramite


ReservationOperationsExtensions.ListNext Method

Definition

Get Reservations in a given reservation Order

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

Parameters

operations
IReservationOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

List Reservations within a single ReservationOrder.

Applies to