ApiSchemaOperationsExtensions.ListByApiNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.