Partager via


GlobalSchemaOperationsExtensions.ListByServiceNext Méthode

Définition

Répertorie une collection de schémas inscrits auprès des instance de service.

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)

Paramètres

operations
IGlobalSchemaOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à