Compartilhar via


ImagesOperationsExtensions.ListByLabPlanNextAsync Método

Definição

Obtém todas as imagens.

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))

Parâmetros

operations
IImagesOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Obtém todas as imagens de galerias anexadas a um plano de laboratório.

Aplica-se a