IProductGroupOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Applies to
Azure SDK for .NET