Partager via


ISchemaRegistryOperations Interface

Définition

Opérations SchemaRegistryOperations.

public interface ISchemaRegistryOperations
type ISchemaRegistryOperations = interface
Public Interface ISchemaRegistryOperations

Méthodes

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

Opérations SchemaRegistryOperations.

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

Opérations SchemaRegistryOperations.

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

Opérations SchemaRegistryOperations.

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

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

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

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

Méthodes d’extension

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

Opérations SchemaRegistryOperations.

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

Opérations SchemaRegistryOperations.

Delete(ISchemaRegistryOperations, String, String, String)

Opérations SchemaRegistryOperations.

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

Opérations SchemaRegistryOperations.

Get(ISchemaRegistryOperations, String, String, String)

Opérations SchemaRegistryOperations.

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

Opérations SchemaRegistryOperations.

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

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

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

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

ListByNamespaceNext(ISchemaRegistryOperations, String)

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

ListByNamespaceNextAsync(ISchemaRegistryOperations, String, CancellationToken)

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

S’applique à