IGalleryImages.GetByGallery(String, String, String) 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.
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.