Share via


ApiOperationsExtensions.ListByTagsNext(IApiOperations, String) Method

Definition

Lists a collection of apis associated with tags.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.TagResourceContract> ListByTagsNext (this Microsoft.Azure.Management.ApiManagement.IApiOperations operations, string nextPageLink);
static member ListByTagsNext : Microsoft.Azure.Management.ApiManagement.IApiOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.TagResourceContract>
<Extension()>
Public Function ListByTagsNext (operations As IApiOperations, nextPageLink As String) As 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.

Returns

Applies to