SharedGalleryImagesOperationsExtensions.List Method

Definition

List shared gallery images by subscription id or tenant id.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.SharedGalleryImage> List (this Microsoft.Azure.Management.Compute.ISharedGalleryImagesOperations operations, string location, string galleryUniqueName, string sharedTo = default);
static member List : Microsoft.Azure.Management.Compute.ISharedGalleryImagesOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.SharedGalleryImage>
<Extension()>
Public Function List (operations As ISharedGalleryImagesOperations, location As String, galleryUniqueName As String, Optional sharedTo As String = Nothing) As IPage(Of SharedGalleryImage)

Parameters

operations
ISharedGalleryImagesOperations

The operations group for this extension method.

location
String

Resource location.

galleryUniqueName
String

The unique name of the Shared Gallery.

sharedTo
String

The query parameter to decide what shared galleries to fetch when doing listing operations. Possible values include: 'tenant'

Returns

Applies to