Compartilhar via


ISchemaRegistryOperations Interface

Definição

Operações SchemaRegistryOperations.

public interface ISchemaRegistryOperations
type ISchemaRegistryOperations = interface
Public Interface ISchemaRegistryOperations

Métodos

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

Operações SchemaRegistryOperations.

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

Operações SchemaRegistryOperations.

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

Operações SchemaRegistryOperations.

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

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

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

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

Métodos de Extensão

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

Operações SchemaRegistryOperations.

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

Operações SchemaRegistryOperations.

Delete(ISchemaRegistryOperations, String, String, String)

Operações SchemaRegistryOperations.

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

Operações SchemaRegistryOperations.

Get(ISchemaRegistryOperations, String, String, String)

Operações SchemaRegistryOperations.

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

Operações SchemaRegistryOperations.

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

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

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

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

ListByNamespaceNext(ISchemaRegistryOperations, String)

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

ListByNamespaceNextAsync(ISchemaRegistryOperations, String, CancellationToken)

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

Aplica-se a