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

ProductGroupOperationsExtensions 类

定义

ProductGroupOperations 的扩展方法。

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

方法

CheckEntityExists(IProductGroupOperations, String, String, String, String)

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

CheckEntityExistsAsync(IProductGroupOperations, String, String, String, String, CancellationToken)

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

CreateOrUpdate(IProductGroupOperations, String, String, String, String)

在指定的开发人员组与指定的产品之间添加关联。

CreateOrUpdateAsync(IProductGroupOperations, String, String, String, String, CancellationToken)

在指定的开发人员组与指定的产品之间添加关联。

Delete(IProductGroupOperations, String, String, String, String)

删除指定的组与产品之间的关联。

DeleteAsync(IProductGroupOperations, String, String, String, String, CancellationToken)

删除指定的组与产品之间的关联。

ListByProduct(IProductGroupOperations, String, String, String, ODataQuery<GroupContract>)

列出与指定的产品关联的开发人员组集合。

ListByProductAsync(IProductGroupOperations, String, String, String, ODataQuery<GroupContract>, CancellationToken)

列出与指定的产品关联的开发人员组集合。

ListByProductNext(IProductGroupOperations, String)

列出与指定的产品关联的开发人员组集合。

ListByProductNextAsync(IProductGroupOperations, String, CancellationToken)

列出与指定的产品关联的开发人员组集合。

适用于