你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

获取命名空间中的所有架构组。

适用于