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

IProductGroupOperations 接口

定义

ProductGroupOperations 操作。

public interface IProductGroupOperations
type IProductGroupOperations = interface
Public Interface IProductGroupOperations

方法

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

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

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

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

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

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

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

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

ListByProductWithHttpMessagesAsync(String, String, String, ODataQuery<GroupContract>, Dictionary<String,List<String>>, CancellationToken)

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

扩展方法

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)

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

适用于