Share via


TagResourceOperationsExtensions.ListByServiceNext Method

Definition

Lists a collection of resources associated with tags.

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

Parameters

operations
ITagResourceOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to