ImagesOperationsExtensions.ListNextAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.Models.Image>> ListNextAsync (this Microsoft.Azure.Management.Compute.IImagesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.Compute.IImagesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Image>>
<Extension()>
Public Function ListNextAsync (operations As IImagesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Image))
Parameter
- operations
- IImagesOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- nextPageLink
- String
NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET