共用方式為


ImagesOperationsExtensions.ListByLabPlanNext Method

Definition

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.

Applies to