Share via


UserIdentities Interface

Implements

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

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

Type representing UserIdentities.

Method Summary

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

List of all user identities.

Method Details

listAsync

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

List of all user identities.

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