Share via


TagOperationsExtensions.ListByOperationNext(ITagOperations, String) Method

Definition

Lists all Tags associated with the Operation.

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