ProductGroups Interface
Implements
public interface ProductGroups
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ProductGroupsInner>
Type representing ProductGroups.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract rx.Completable |
checkEntityExistsAsync(String resourceGroupName, String serviceName, String productId, String groupId)
Checks that Group entity specified by identifier is associated with the Product entity. |
| abstract rx.Completable |
deleteAsync(String resourceGroupName, String serviceName, String productId, String groupId)
Deletes the association between the specified group and product. |
|
abstract
rx.Observable<Product |
listByProductAsync(String resourceGroupName, String serviceName, String productId)
Lists the collection of developer groups associated with the specified product. |
Method Details
checkEntityExistsAsync
public abstract Completable checkEntityExistsAsync(String resourceGroupName, String serviceName, String productId, String groupId)
Checks that Group entity specified by identifier is associated with the Product entity.
Parameters:
Returns:
deleteAsync
public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String productId, String groupId)
Deletes the association between the specified group and product.
Parameters:
Returns:
listByProductAsync
public abstract Observable<ProductGroupContract> listByProductAsync(String resourceGroupName, String serviceName, String productId)
Lists the collection of developer groups associated with the specified product.
Parameters:
Returns: