共用方式為


ImagesOperationsExtensions.ListByLabPlanNextAsync Method

Definition

Gets all images.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Image>> ListByLabPlanNextAsync (this Microsoft.Azure.Management.LabServices.IImagesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByLabPlanNextAsync : Microsoft.Azure.Management.LabServices.IImagesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Image>>
<Extension()>
Public Function ListByLabPlanNextAsync (operations As IImagesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Gets all images from galleries attached to a lab plan.

Applies to