Freigeben über


ImagesOperationsExtensions.ListByResourceGroupNextAsync Methode

Definition

Ruft die Liste der Bilder unter einer Ressourcengruppe ab.

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

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: