IGallery.GetImage(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 the gallery.
public Microsoft.Azure.Management.Compute.Fluent.IGalleryImage GetImage (string imageName);
abstract member GetImage : string -> Microsoft.Azure.Management.Compute.Fluent.IGalleryImage
Public Function GetImage (imageName As String) As IGalleryImage
Parameters
- imageName
- String
The name of the image.