OperationOperationsExtensions.ListByTagsNext Method

Definition

Lists a collection of operations associated with tags.

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

Parameters

operations
IOperationOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to