Compartir a través de


GalleriesOperationsExtensions.ListAsync Método

Definición

Enumera las galerías en una suscripción.

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

Parámetros

operations
IGalleriesOperations

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

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a