Partilhar via


SchemaRegistryOperationsExtensions.ListByNamespaceNext Método

Definição

Obtém todos os Grupos de Esquema em um Namespace.

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)

Parâmetros

operations
ISchemaRegistryOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

Retornos

Aplica-se a