PrivateStoreOperationsExtensions.ListNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of available private stores.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Marketplace.Models.PrivateStore> ListNext (this Microsoft.Azure.Management.Marketplace.IPrivateStoreOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Marketplace.IPrivateStoreOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Marketplace.Models.PrivateStore>
<Extension()>
Public Function ListNext (operations As IPrivateStoreOperations, nextPageLink As String) As IPage(Of PrivateStore)
Parameters
- operations
- IPrivateStoreOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.