Sdílet prostřednictvím


ApiSchemaOperationsExtensions.ListByApiNext Method

Definition

Get the schema configuration at the API level.

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

Parameters

operations
IApiSchemaOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to