GalleryImagesOperationsExtensions.Get 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 a gallery image definition.
public static Microsoft.Azure.Management.Compute.Models.GalleryImage Get (this Microsoft.Azure.Management.Compute.IGalleryImagesOperations operations, string resourceGroupName, string galleryName, string galleryImageName);
static member Get : Microsoft.Azure.Management.Compute.IGalleryImagesOperations * string * string * string -> Microsoft.Azure.Management.Compute.Models.GalleryImage
<Extension()>
Public Function Get (operations As IGalleryImagesOperations, resourceGroupName As String, galleryName As String, galleryImageName As String) As GalleryImage
Parameters
- operations
- IGalleryImagesOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- galleryName
- String
The name of the Shared Image Gallery from which the Image Definitions are to be retrieved.
- galleryImageName
- String
The name of the gallery image definition to be retrieved.