Interface UserIdentities


public interface UserIdentities
Resource collection API of UserIdentities.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<UserIdentityContract>
    list(String resourceGroupName, String serviceName, String userId)
    List of all user identities.
    com.azure.core.http.rest.PagedIterable<UserIdentityContract>
    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<UserIdentityContract> 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<UserIdentityContract> 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.