GalleryImageVersionsOperationsExtensions.ListByGalleryImage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.