Compartilhar via


LocationOperationsExtensions.ListCachedImagesNextAsync Método

Definição

Obter a lista de imagens armazenadas em cache.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerInstance.Models.CachedImages>> ListCachedImagesNextAsync (this Microsoft.Azure.Management.ContainerInstance.ILocationOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListCachedImagesNextAsync : Microsoft.Azure.Management.ContainerInstance.ILocationOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerInstance.Models.CachedImages>>
<Extension()>
Public Function ListCachedImagesNextAsync (operations As ILocationOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CachedImages))

Parâmetros

operations
ILocationOperations

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Obtenha a lista de imagens armazenadas em cache em um tipo de sistema operacional específico para uma assinatura em uma região.

Aplica-se a