Compartir a través de


OperationOperationsExtensions.ListByTagsNextAsync Método

Definición

Enumera una colección de operaciones asociadas a etiquetas.

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

Parámetros

operations
IOperationOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a