SchemaRegistryOperationsExtensions クラス

定義

SchemaRegistryOperations の拡張メソッド。

public static class SchemaRegistryOperationsExtensions
type SchemaRegistryOperationsExtensions = class
Public Module SchemaRegistryOperationsExtensions
継承
SchemaRegistryOperationsExtensions

メソッド

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)

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

適用対象