Share via


TagOperationsExtensions.ListByServiceNext(ITagOperations, String) Method

Definition

Lists a collection of tags defined within a service instance.

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