Share via


CommunityGalleriesOperationsExtensions.Get Method

Definition

Get a community gallery by gallery public name.

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

Parameters

operations
ICommunityGalleriesOperations

The operations group for this extension method.

location
String

Resource location.

publicGalleryName
String

The public name of the community gallery.

Returns

Applies to