Share via


ApiTagDescriptionOperationsExtensions.ListByServiceNext Method

Definition

Lists all Tags descriptions in scope of API. Model similar to swagger - tagDescription is defined on API level but tag may be assigned to the Operations

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

Parameters

operations
IApiTagDescriptionOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to