ApiOperationsExtensions.ListByTagsNextAsync Method

Definition

Lists a collection of apis associated with tags.

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))

Parameters

operations
IApiOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to