Freigeben über


SharedGalleryImagesOperationsExtensions.ListNextAsync Methode

Definition

Listet freigegebene Katalogimages nach Abonnement-ID oder Mandanten-ID auf.

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

Parameter

operations
ISharedGalleryImagesOperations

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: