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

IApiOperations 接口

定义

ApiOperations 操作。

public interface IApiOperations
type IApiOperations = interface
Public Interface IApiOperations

方法

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, ApiCreateOrUpdateParameter, String, Dictionary<String,List<String>>, CancellationToken)

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

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ApiCreateOrUpdateParameter, String, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, String, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

删除 API 管理服务实例的指定 API。

GetEntityTagWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出 API 管理服务实例的所有 API。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-create-apis

ListByServiceWithHttpMessagesAsync(String, String, ODataQuery<ApiContract>, String, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

列出 API 管理服务实例的所有 API。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-create-apis

ListByTagsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出与标记关联的 API 集合。

ListByTagsWithHttpMessagesAsync(String, String, ODataQuery<TagResourceContract>, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

列出与标记关联的 API 集合。

UpdateWithHttpMessagesAsync(String, String, String, ApiUpdateContract, String, Dictionary<String,List<String>>, CancellationToken)

汇报API 管理服务实例的指定 API。

扩展方法

BeginCreateOrUpdate(IApiOperations, String, String, String, ApiCreateOrUpdateParameter, String)

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

BeginCreateOrUpdateAsync(IApiOperations, String, String, String, ApiCreateOrUpdateParameter, String, CancellationToken)

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

CreateOrUpdate(IApiOperations, String, String, String, ApiCreateOrUpdateParameter, String)

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

CreateOrUpdateAsync(IApiOperations, String, String, String, ApiCreateOrUpdateParameter, String, CancellationToken)

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

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

删除 API 管理服务实例的指定 API。

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

删除 API 管理服务实例的指定 API。

Get(IApiOperations, String, String, String)

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

GetAsync(IApiOperations, String, String, String, CancellationToken)

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

GetEntityTag(IApiOperations, String, String, String)

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

GetEntityTagAsync(IApiOperations, String, String, String, CancellationToken)

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

ListByService(IApiOperations, String, String, ODataQuery<ApiContract>, String, Nullable<Boolean>)

列出 API 管理服务实例的所有 API。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-create-apis

ListByServiceAsync(IApiOperations, String, String, ODataQuery<ApiContract>, String, Nullable<Boolean>, CancellationToken)

列出 API 管理服务实例的所有 API。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-create-apis

ListByServiceNext(IApiOperations, String)

列出 API 管理服务实例的所有 API。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-create-apis

ListByServiceNextAsync(IApiOperations, String, CancellationToken)

列出 API 管理服务实例的所有 API。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-create-apis

ListByTags(IApiOperations, String, String, ODataQuery<TagResourceContract>, Nullable<Boolean>)

列出与标记关联的 API 集合。

ListByTagsAsync(IApiOperations, String, String, ODataQuery<TagResourceContract>, Nullable<Boolean>, CancellationToken)

列出与标记关联的 API 集合。

ListByTagsNext(IApiOperations, String)

列出与标记关联的 API 集合。

ListByTagsNextAsync(IApiOperations, String, CancellationToken)

列出与标记关联的 API 集合。

Update(IApiOperations, String, String, String, ApiUpdateContract, String)

汇报API 管理服务实例的指定 API。

UpdateAsync(IApiOperations, String, String, String, ApiUpdateContract, String, CancellationToken)

汇报API 管理服务实例的指定 API。

适用于