Share via


CommunityGalleryImagesOperationsExtensions.List Method

Definition

List community gallery images inside a gallery.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CommunityGalleryImage> List (this Microsoft.Azure.Management.Compute.ICommunityGalleryImagesOperations operations, string location, string publicGalleryName);
static member List : Microsoft.Azure.Management.Compute.ICommunityGalleryImagesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CommunityGalleryImage>
<Extension()>
Public Function List (operations As ICommunityGalleryImagesOperations, location As String, publicGalleryName As String) As IPage(Of CommunityGalleryImage)

Parameters

operations
ICommunityGalleryImagesOperations

The operations group for this extension method.

location
String

Resource location.

publicGalleryName
String

The public name of the community gallery.

Returns

Applies to