IGalleryImages.GetByGallery(String, String, String) Method

Definition

Retrieves information about an image in a gallery.

public Microsoft.Azure.Management.Compute.Fluent.IGalleryImage GetByGallery (string resourceGroupName, string galleryName, string galleryImageName);
abstract member GetByGallery : string * string * string -> Microsoft.Azure.Management.Compute.Fluent.IGalleryImage
Public Function GetByGallery (resourceGroupName As String, galleryName As String, galleryImageName As String) As IGalleryImage

Parameters

resourceGroupName
String

The name of the resource group.

galleryName
String

The name of the gallery.

galleryImageName
String

The name of the gallery image.

Returns

Applies to