TagOperationsExtensions.ListByApiNext(ITagOperations, String) Method

Definition

Lists all Tags associated with the API.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.TagContract> ListByApiNext (this Microsoft.Azure.Management.ApiManagement.ITagOperations operations, string nextPageLink);
static member ListByApiNext : Microsoft.Azure.Management.ApiManagement.ITagOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.TagContract>
<Extension()>
Public Function ListByApiNext (operations As ITagOperations, nextPageLink As String) As IPage(Of TagContract)

Parameters

operations
ITagOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to