Freigeben über


GlobalSchemaOperationsExtensions.ListByServiceNext Methode

Definition

Listet eine Auflistung von Schemas auf, die beim Dienst instance registriert sind.

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

Parameter

operations
IGlobalSchemaOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: