Share via


ApiTagDescriptionOperationsExtensions.ListByServiceNextAsync Method

Definition

Lists all Tags descriptions in scope of API. Model similar to swagger - tagDescription is defined on API level but tag may be assigned to the Operations

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

Parameters

operations
IApiTagDescriptionOperations

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