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

ApiSchemaOperationsExtensions 类

定义

ApiSchemaOperations 的扩展方法。

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

方法

BeginCreateOrUpdate(IApiSchemaOperations, String, String, String, String, SchemaContract, String)

创建或更新 API 的架构配置。

BeginCreateOrUpdateAsync(IApiSchemaOperations, String, String, String, String, SchemaContract, String, CancellationToken)

创建或更新 API 的架构配置。

CreateOrUpdate(IApiSchemaOperations, String, String, String, String, SchemaContract, String)

创建或更新 API 的架构配置。

CreateOrUpdateAsync(IApiSchemaOperations, String, String, String, String, SchemaContract, String, CancellationToken)

创建或更新 API 的架构配置。

Delete(IApiSchemaOperations, String, String, String, String, String, Nullable<Boolean>)

删除 API 中的架构配置。

DeleteAsync(IApiSchemaOperations, String, String, String, String, String, Nullable<Boolean>, CancellationToken)

删除 API 中的架构配置。

Get(IApiSchemaOperations, String, String, String, String)

获取 API 级别的架构配置。

GetAsync(IApiSchemaOperations, String, String, String, String, CancellationToken)

获取 API 级别的架构配置。

GetEntityTag(IApiSchemaOperations, String, String, String, String)

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

GetEntityTagAsync(IApiSchemaOperations, String, String, String, String, CancellationToken)

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

ListByApi(IApiSchemaOperations, String, String, String, String, Nullable<Int32>, Nullable<Int32>)

获取 API 级别的架构配置。

ListByApiAsync(IApiSchemaOperations, String, String, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

获取 API 级别的架构配置。

ListByApiNext(IApiSchemaOperations, String)

获取 API 级别的架构配置。

ListByApiNextAsync(IApiSchemaOperations, String, CancellationToken)

获取 API 级别的架构配置。

适用于