Condividi tramite


IGallery.ListImagesAsync(CancellationToken) Method

Definition

List images in the gallery.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Compute.Fluent.IGalleryImage>> ListImagesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member ListImagesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Compute.Fluent.IGalleryImage>>
Public Function ListImagesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IGalleryImage))

Parameters

cancellationToken
CancellationToken

Returns

Applies to