Compartir a través de


CommunityGalleryImagesOperationsExtensions.ListAsync Método

Definición

Enumera las imágenes de la galería de la comunidad dentro de una galería.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CommunityGalleryImage>> ListAsync (this Microsoft.Azure.Management.Compute.ICommunityGalleryImagesOperations operations, string location, string publicGalleryName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Compute.ICommunityGalleryImagesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CommunityGalleryImage>>
<Extension()>
Public Function ListAsync (operations As ICommunityGalleryImagesOperations, location As String, publicGalleryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CommunityGalleryImage))

Parámetros

operations
ICommunityGalleryImagesOperations

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

location
String

Ubicación del recurso

publicGalleryName
String

Nombre público de la galería de la comunidad.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a