Compartir a través de


GalleryImagesOperationsExtensions.ListByGalleryAsync Método

Definición

Enumera las definiciones de imagen de la galería en una galería.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageInner>> ListByGalleryAsync (this Microsoft.Azure.Management.Compute.Fluent.IGalleryImagesOperations operations, string resourceGroupName, string galleryName, System.Threading.CancellationToken cancellationToken = default);
static member ListByGalleryAsync : Microsoft.Azure.Management.Compute.Fluent.IGalleryImagesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryImageInner>>
<Extension()>
Public Function ListByGalleryAsync (operations As IGalleryImagesOperations, resourceGroupName As String, galleryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GalleryImageInner))

Parámetros

operations
IGalleryImagesOperations

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

resourceGroupName
String

Nombre del grupo de recursos.

galleryName
String

Nombre del Shared Image Gallery del que se van a enumerar las definiciones de imagen.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a