Share via


GalleryImageVersionsOperationsExtensions.ListByGalleryImage Method

Definition

List gallery image versions in a gallery image definition.

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

Parameters

operations
IGalleryImageVersionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

galleryName
String

The name of the Shared Image Gallery in which the Image Definition resides.

galleryImageName
String

The name of the Shared Image Gallery Image Definition from which the Image Versions are to be listed.

Returns

Applies to