Share via


PrivateStoreCollectionOfferOperationsExtensions.ListNext Method

Definition

Get a list of all private offers in the given private store and collection

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

Parameters

operations
IPrivateStoreCollectionOfferOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to