Compartilhar via


LocationOperationsExtensions.ListCachedImagesAsync Método

Definição

Obtenha a lista de imagens armazenadas em cache.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerInstance.Models.CachedImages>> ListCachedImagesAsync (this Microsoft.Azure.Management.ContainerInstance.ILocationOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member ListCachedImagesAsync : 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 ListCachedImagesAsync (operations As ILocationOperations, location 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.

location
String

O identificador para o local físico do azure.

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