Share via


IProductGroupOperations Interface

Definition

ProductGroupOperations operations.

public interface IProductGroupOperations
type IProductGroupOperations = interface
Public Interface IProductGroupOperations

Methods

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

Checks that Group entity specified by identifier is associated with the Product entity.

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

Adds the association between the specified developer group with the specified product.

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

Deletes the association between the specified group and product.

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

Lists the collection of developer groups associated with the specified product.

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

Lists the collection of developer groups associated with the specified product.

Extension Methods

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

Checks that Group entity specified by identifier is associated with the Product entity.

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

Checks that Group entity specified by identifier is associated with the Product entity.

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

Adds the association between the specified developer group with the specified product.

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

Adds the association between the specified developer group with the specified product.

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

Deletes the association between the specified group and product.

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

Deletes the association between the specified group and product.

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

Lists the collection of developer groups associated with the specified product.

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

Lists the collection of developer groups associated with the specified product.

ListByProductNext(IProductGroupOperations, String)

Lists the collection of developer groups associated with the specified product.

ListByProductNextAsync(IProductGroupOperations, String, CancellationToken)

Lists the collection of developer groups associated with the specified product.

Applies to