Compartir a través de


IGalleryImages.ListByGallery(String, String) Método

Definición

Enumerar imágenes en una galería.

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Compute.Fluent.IGalleryImage> ListByGallery (string resourceGroupName, string galleryName);
abstract member ListByGallery : string * string -> seq<Microsoft.Azure.Management.Compute.Fluent.IGalleryImage>
Public Function ListByGallery (resourceGroupName As String, galleryName As String) As IEnumerable(Of IGalleryImage)

Parámetros

resourceGroupName
String

Nombre del grupo de recursos.

galleryName
String

Nombre de la galería.

Devoluciones

Se aplica a