SharedGalleriesOperationsExtensions.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.
List shared galleries by subscription id or tenant id.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.SharedGallery> ListNext (this Microsoft.Azure.Management.Compute.ISharedGalleriesOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Compute.ISharedGalleriesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.SharedGallery>
<Extension()>
Public Function ListNext (operations As ISharedGalleriesOperations, nextPageLink As String) As IPage(Of SharedGallery)
Parameters
- operations
- ISharedGalleriesOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.