Share via


ProductOperationsExtensions.ListByTagsNext(IProductOperations, String) Method

Definition

Lists a collection of products associated with tags.

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

Parameters

operations
IProductOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to