GalleriesOperationsExtensions.Get Method

Definition

Retrieves information about a Shared Image Gallery.

public static Microsoft.Azure.Management.Compute.Models.Gallery Get (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName, string select = default, string expand = default);
static member Get : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string * string * string -> Microsoft.Azure.Management.Compute.Models.Gallery
<Extension()>
Public Function Get (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String, Optional select As String = Nothing, Optional expand As String = Nothing) As Gallery

Parameters

operations
IGalleriesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

galleryName
String

The name of the Shared Image Gallery.

select
String

The select expression to apply on the operation. Possible values include: 'Permissions'

expand
String

The expand query option to apply on the operation. Possible values include: 'SharingProfile/Groups'

Returns

Applies to