Freigeben über


ImagesOperationsExtensions.ListAsync Methode

Definition

Ruft die Liste der Images im Abonnement ab. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite von Images abzurufen. Gehen Sie so vor, bis nextLink null ist, um alle Images abzurufen.

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

Parameter

operations
IImagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: