Share via


SharedGalleriesOperationsExtensions.Get Method

Definition

Get a shared gallery by subscription id or tenant id.

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

Parameters

operations
ISharedGalleriesOperations

The operations group for this extension method.

location
String

Resource location.

galleryUniqueName
String

The unique name of the Shared Gallery.

Returns

Applies to