Freigeben über


CacheOperationsExtensions.ListByServiceNextAsync Methode

Definition

Listet eine Auflistung aller externen Caches in der angegebenen Dienstinstanz auf

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

Parameter

operations
ICacheOperations

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: