Compartir a través de


LocationOperationsExtensions.ListCachedImagesAsync Método

Definición

Obtiene la lista de imágenes almacenadas en caché.

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

El grupo de operaciones de este método de extensión.

location
String

Identificador de la ubicación física de Azure.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Obtenga la lista de imágenes almacenadas en caché en un tipo de sistema operativo específico para una suscripción en una región.

Se aplica a