ImagesOperationsExtensions.ListAsync(IImagesOperations, CancellationToken) Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Image>> ListAsync (this Microsoft.Azure.Commands.Common.Compute.Version_2018_04.IImagesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.IImagesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Image>>
<Extension()>
Public Function ListAsync (operations As IImagesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Image))

Parameters

operations
IImagesOperations
cancellationToken
CancellationToken

Returns

Task<IPage<Image>>

Applies to