Freigeben über


NamedValueOperationsExtensions.ListByServiceNextAsync Methode

Definition

Listet eine Sammlung mit den in einer Dienstinstanz definierten benannten Werten auf https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-properties

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

Parameter

operations
INamedValueOperations

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: