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

GlobalSchemaOperationsExtensions 类

定义

GlobalSchemaOperations 的扩展方法。

public static class GlobalSchemaOperationsExtensions
type GlobalSchemaOperationsExtensions = class
Public Module GlobalSchemaOperationsExtensions
继承
GlobalSchemaOperationsExtensions

方法

BeginCreateOrUpdate(IGlobalSchemaOperations, String, String, String, GlobalSchemaContract, String)

创建新的或更新API 管理服务实例的现有指定架构。

BeginCreateOrUpdateAsync(IGlobalSchemaOperations, String, String, String, GlobalSchemaContract, String, CancellationToken)

创建新的或更新API 管理服务实例的现有指定架构。

CreateOrUpdate(IGlobalSchemaOperations, String, String, String, GlobalSchemaContract, String)

创建新的或更新API 管理服务实例的现有指定架构。

CreateOrUpdateAsync(IGlobalSchemaOperations, String, String, String, GlobalSchemaContract, String, CancellationToken)

创建新的或更新API 管理服务实例的现有指定架构。

Delete(IGlobalSchemaOperations, String, String, String, String)

删除特定架构。

DeleteAsync(IGlobalSchemaOperations, String, String, String, String, CancellationToken)

删除特定架构。

Get(IGlobalSchemaOperations, String, String, String)

获取由其标识符指定的架构的详细信息。

GetAsync(IGlobalSchemaOperations, String, String, String, CancellationToken)

获取由其标识符指定的架构的详细信息。

GetEntityTag(IGlobalSchemaOperations, String, String, String)

获取实体状态 (Etag) 由其标识符指定的架构版本。

GetEntityTagAsync(IGlobalSchemaOperations, String, String, String, CancellationToken)

获取实体状态 (Etag) 由其标识符指定的架构版本。

ListByService(IGlobalSchemaOperations, String, String, ODataQuery<GlobalSchemaContract>)

列出向服务实例注册的架构的集合。

ListByServiceAsync(IGlobalSchemaOperations, String, String, ODataQuery<GlobalSchemaContract>, CancellationToken)

列出向服务实例注册的架构的集合。

ListByServiceNext(IGlobalSchemaOperations, String)

列出向服务实例注册的架构的集合。

ListByServiceNextAsync(IGlobalSchemaOperations, String, CancellationToken)

列出向服务实例注册的架构的集合。

适用于