Compartir a través de


ISchemaRegistryOperations Interfaz

Definición

Operaciones SchemaRegistryOperations.

public interface ISchemaRegistryOperations
type ISchemaRegistryOperations = interface
Public Interface ISchemaRegistryOperations

Métodos

CreateOrUpdateWithHttpMessagesAsync(String, String, String, SchemaGroup, Dictionary<String,List<String>>, CancellationToken)

Operaciones SchemaRegistryOperations.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Operaciones SchemaRegistryOperations.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Operaciones SchemaRegistryOperations.

ListByNamespaceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByNamespaceWithHttpMessagesAsync(String, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

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

Métodos de extensión

CreateOrUpdate(ISchemaRegistryOperations, String, String, String, SchemaGroup)

Operaciones SchemaRegistryOperations.

CreateOrUpdateAsync(ISchemaRegistryOperations, String, String, String, SchemaGroup, CancellationToken)

Operaciones SchemaRegistryOperations.

Delete(ISchemaRegistryOperations, String, String, String)

Operaciones SchemaRegistryOperations.

DeleteAsync(ISchemaRegistryOperations, String, String, String, CancellationToken)

Operaciones SchemaRegistryOperations.

Get(ISchemaRegistryOperations, String, String, String)

Operaciones SchemaRegistryOperations.

GetAsync(ISchemaRegistryOperations, String, String, String, CancellationToken)

Operaciones SchemaRegistryOperations.

ListByNamespace(ISchemaRegistryOperations, String, String, Nullable<Int32>, Nullable<Int32>)

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

ListByNamespaceAsync(ISchemaRegistryOperations, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

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

ListByNamespaceNext(ISchemaRegistryOperations, String)

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

ListByNamespaceNextAsync(ISchemaRegistryOperations, String, CancellationToken)

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

Se aplica a