Share via


ContentTypeOperationsExtensions.ListByServiceNext Method

Definition

Lists the developer portal's content types. Content types describe content items' properties, validation rules, and constraints.

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

Parameters

operations
IContentTypeOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to