Groups Interface
Implements
public interface Groups
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.GroupsInner>
Type representing Groups.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract rx.Completable |
deleteAsync(String resourceGroupName, String serviceName, String groupId, String ifMatch)
Deletes specific group of the API Management service instance. |
|
abstract
rx.Observable<Group |
getAsync(String resourceGroupName, String serviceName, String groupId)
Gets the details of the group specified by its identifier. |
| abstract rx.Completable |
getEntityTagAsync(String resourceGroupName, String serviceName, String groupId)
Gets the entity state (Etag) version of the group specified by its identifier. |
|
abstract
rx.Observable<Group |
listByServiceAsync(String resourceGroupName, String serviceName)
Lists a collection of groups defined within a service instance. |
Method Details
deleteAsync
public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String groupId, String ifMatch)
Deletes specific group of the API Management service instance.
Parameters:
Returns:
getAsync
public abstract Observable<GroupContract> getAsync(String resourceGroupName, String serviceName, String groupId)
Gets the details of the group specified by its identifier.
Parameters:
Returns:
getEntityTagAsync
public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, String groupId)
Gets the entity state (Etag) version of the group specified by its identifier.
Parameters:
Returns:
listByServiceAsync
public abstract Observable<GroupContract> listByServiceAsync(String resourceGroupName, String serviceName)
Lists a collection of groups defined within a service instance.
Parameters:
Returns: