Partager via


NamedValueOperationsExtensions.ListByServiceNextAsync Méthode

Définition

Répertorie une collection de valeurs nommées définies au sein d’une instance de service. 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))

Paramètres

operations
INamedValueOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à