Interface UserIdentitiesClient


  • public interface UserIdentitiesClient
    An instance of this class provides access to all the operations defined in UserIdentitiesClient.
    • Method Detail

      • 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.
        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.
        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.