CommunityGalleryImagesOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.