Compartir a través de


GalleryImagesOperationsExtensions.ListByGallery Método

Definición

Enumera las definiciones de imágenes de la galería en una galería.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.GalleryImage> ListByGallery(this Microsoft.Azure.Management.Compute.IGalleryImagesOperations operations, string resourceGroupName, string galleryName);
static member ListByGallery : Microsoft.Azure.Management.Compute.IGalleryImagesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.GalleryImage>
<Extension()>
Public Function ListByGallery (operations As IGalleryImagesOperations, resourceGroupName As String, galleryName As String) As IPage(Of GalleryImage)

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.

Devoluciones

Se aplica a