Compartir a través de


SchemaRegistryOperationsExtensions.ListByNamespace Método

Definición

Obtiene todos los grupos de esquemas de un espacio de nombres.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.SchemaGroup> ListByNamespace (this Microsoft.Azure.Management.EventHub.ISchemaRegistryOperations operations, string resourceGroupName, string namespaceName, int? skip = default, int? top = default);
static member ListByNamespace : Microsoft.Azure.Management.EventHub.ISchemaRegistryOperations * string * string * Nullable<int> * Nullable<int> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.EventHub.Models.SchemaGroup>
<Extension()>
Public Function ListByNamespace (operations As ISchemaRegistryOperations, resourceGroupName As String, namespaceName As String, Optional skip As Nullable(Of Integer) = Nothing, Optional top As Nullable(Of Integer) = Nothing) As IPage(Of SchemaGroup)

Parámetros

operations
ISchemaRegistryOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos dentro de la suscripción de Azure.

namespaceName
String

El nombre del espacio de nombres

skip
Nullable<Int32>

Skip solo se usa si una operación anterior devolvió un resultado parcial. Si una respuesta anterior contiene un elemento nextLink, el valor del elemento nextLink incluirá un parámetro skip que especifica un punto de partida que se usará para las llamadas posteriores.

top
Nullable<Int32>

Se puede usar para limitar el número de resultados a los N usageDetails más recientes.

Devoluciones

Se aplica a