ImagesOperationsExtensions.ListByLabPlanNext 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 all images.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Image> ListByLabPlanNext (this Microsoft.Azure.Management.LabServices.IImagesOperations operations, string nextPageLink);
static member ListByLabPlanNext : Microsoft.Azure.Management.LabServices.IImagesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Image>
<Extension()>
Public Function ListByLabPlanNext (operations As IImagesOperations, nextPageLink As String) As IPage(Of Image)
Parameters
- operations
- IImagesOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.
Returns
Remarks
Gets all images from galleries attached to a lab plan.