Partager via


SchemaRegistryOperationsExtensions.ListByNamespaceNext Méthode

Définition

Obtient tous les groupes de schémas d’un espace de noms.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.SchemaGroup> ListByNamespaceNext (this Microsoft.Azure.Management.EventHub.ISchemaRegistryOperations operations, string nextPageLink);
static member ListByNamespaceNext : Microsoft.Azure.Management.EventHub.ISchemaRegistryOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.SchemaGroup>
<Extension()>
Public Function ListByNamespaceNext (operations As ISchemaRegistryOperations, nextPageLink As String) As IPage(Of SchemaGroup)

Paramètres

operations
ISchemaRegistryOperations

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 à