次の方法で共有


ISchemaRegistryOperations インターフェイス

定義

SchemaRegistryOperations 操作。

public interface ISchemaRegistryOperations
type ISchemaRegistryOperations = interface
Public Interface ISchemaRegistryOperations

メソッド

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

SchemaRegistryOperations 操作。

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

SchemaRegistryOperations 操作。

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

SchemaRegistryOperations 操作。

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

名前空間内のすべてのスキーマ グループを取得します。

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

名前空間内のすべてのスキーマ グループを取得します。

拡張メソッド

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

SchemaRegistryOperations 操作。

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

SchemaRegistryOperations 操作。

Delete(ISchemaRegistryOperations, String, String, String)

SchemaRegistryOperations 操作。

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

SchemaRegistryOperations 操作。

Get(ISchemaRegistryOperations, String, String, String)

SchemaRegistryOperations 操作。

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

SchemaRegistryOperations 操作。

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

名前空間内のすべてのスキーマ グループを取得します。

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

名前空間内のすべてのスキーマ グループを取得します。

ListByNamespaceNext(ISchemaRegistryOperations, String)

名前空間内のすべてのスキーマ グループを取得します。

ListByNamespaceNextAsync(ISchemaRegistryOperations, String, CancellationToken)

名前空間内のすべてのスキーマ グループを取得します。

適用対象