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

ProductApiOperationsExtensions 类

定义

ProductApiOperations 的扩展方法。

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

方法

CheckEntityExists(IProductApiOperations, String, String, String, String)

检查标识符指定的 API 实体是否与 Product 实体相关联。

CheckEntityExistsAsync(IProductApiOperations, String, String, String, String, CancellationToken)

检查标识符指定的 API 实体是否与 Product 实体相关联。

CreateOrUpdate(IProductApiOperations, String, String, String, String)

将 API 添加到指定的产品。

CreateOrUpdateAsync(IProductApiOperations, String, String, String, String, CancellationToken)

将 API 添加到指定的产品。

Delete(IProductApiOperations, String, String, String, String)

从指定的产品中删除指定的 API。

DeleteAsync(IProductApiOperations, String, String, String, String, CancellationToken)

从指定的产品中删除指定的 API。

ListByProduct(IProductApiOperations, String, String, String, ODataQuery<ApiContract>)

列出与产品关联的 API 集合。

ListByProductAsync(IProductApiOperations, String, String, String, ODataQuery<ApiContract>, CancellationToken)

列出与产品关联的 API 集合。

ListByProductNext(IProductApiOperations, String)

列出与产品关联的 API 集合。

ListByProductNextAsync(IProductApiOperations, String, CancellationToken)

列出与产品关联的 API 集合。

适用于