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

Parámetros

operations
IGalleriesOperations

Grupo de operaciones para este método de extensión.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a