Interface UserIdentitiesClient
public interface UserIdentitiesClient
An instance of this class provides access to all the operations defined in UserIdentitiesClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<UserIdentityContractInner> List of all user identities.com.azure.core.http.rest.PagedIterable<UserIdentityContractInner> list(String resourceGroupName, String serviceName, String userId, com.azure.core.util.Context context) List of all user identities.
-
Method Details
-
list
com.azure.core.http.rest.PagedIterable<UserIdentityContractInner> list(String resourceGroupName, String serviceName, String userId) List of all user identities.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.userId- User identifier. Must be unique in the current API Management service instance.- Returns:
- list of Users Identity list representation as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<UserIdentityContractInner> list(String resourceGroupName, String serviceName, String userId, com.azure.core.util.Context context) List of all user identities.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.userId- User identifier. Must be unique in the current API Management service instance.context- The context to associate with this operation.- Returns:
- list of Users Identity list representation as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-