GroupUsers Interface
Implements
public interface GroupUsers
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.GroupUsersInner>
Type representing GroupUsers.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract rx.Observable<java.lang.Boolean> |
checkEntityExistsAsync(String resourceGroupName, String serviceName, String groupId, String userId)
Checks that user entity specified by identifier is associated with the group entity. |
| abstract rx.Completable |
deleteAsync(String resourceGroupName, String serviceName, String groupId, String userId)
Remove existing user from existing group. |
|
abstract
rx.Observable<Group |
listAsync(String resourceGroupName, String serviceName, String groupId)
Lists a collection of user entities associated with the group. |
Method Details
checkEntityExistsAsync
public abstract Observable<Boolean> checkEntityExistsAsync(String resourceGroupName, String serviceName, String groupId, String userId)
Checks that user entity specified by identifier is associated with the group entity.
Parameters:
Returns:
deleteAsync
public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String groupId, String userId)
Remove existing user from existing group.
Parameters:
Returns:
listAsync
public abstract Observable<GroupUserContract> listAsync(String resourceGroupName, String serviceName, String groupId)
Lists a collection of user entities associated with the group.
Parameters:
Returns: