Share via


TagOperationsExtensions.ListByProductNext(ITagOperations, String) Method

Definition

Lists all Tags associated with the Product.

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