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

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)

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

适用于