Share via


SharedGalleryImagesOperationsExtensions.Get Method

Definition

Get a shared gallery image by subscription id or tenant id.

public static Microsoft.Azure.Management.Compute.Models.SharedGalleryImage Get (this Microsoft.Azure.Management.Compute.ISharedGalleryImagesOperations operations, string location, string galleryUniqueName, string galleryImageName);
static member Get : Microsoft.Azure.Management.Compute.ISharedGalleryImagesOperations * string * string * string -> Microsoft.Azure.Management.Compute.Models.SharedGalleryImage
<Extension()>
Public Function Get (operations As ISharedGalleryImagesOperations, location As String, galleryUniqueName As String, galleryImageName As String) As SharedGalleryImage

Parameters

operations
ISharedGalleryImagesOperations

The operations group for this extension method.

location
String

Resource location.

galleryUniqueName
String

The unique name of the Shared Gallery.

galleryImageName
String

The name of the Shared Gallery Image Definition from which the Image Versions are to be listed.

Returns

Applies to