Freigeben über


UserGroups Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.UserGroupsInner>

public interface UserGroups
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.UserGroupsInner>

Type representing UserGroups.

Method Summary

Modifier and Type Method and Description
abstract rx.Observable<UserGroupContract> listAsync(String resourceGroupName, String serviceName, String userId)

Lists all user groups.

Method Details

listAsync

public abstract Observable<UserGroupContract> listAsync(String resourceGroupName, String serviceName, String userId)

Lists all user groups.

Parameters:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.
userId - User identifier. Must be unique in the current API Management service instance.

Returns:

the observable for the request

Applies to