Freigeben über


GalleryImagesOperationsExtensions.ListByGallery Methode

Definition

Listen Sie Katalogimagedefinitionen in einem Katalog auf.

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)

Parameter

operations
IGalleryImagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

galleryName
String

Der Name des Shared Image Gallery, aus dem Imagedefinitionen aufgelistet werden sollen.

Gibt zurück

Gilt für: