Partager via


ApiOperationsExtensions.ListByTagsNextAsync Méthode

Définition

Répertorie un ensemble d’API associées aux balises.

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

Paramètres

operations
IApiOperations

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 à