Interface UserConfirmationPasswords


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

    Modifier and Type
    Method
    Description
    void
    send(String resourceGroupName, String serviceName, String userId)
    Sends confirmation.
    com.azure.core.http.rest.Response<Void>
    sendWithResponse(String resourceGroupName, String serviceName, String userId, AppType appType, com.azure.core.util.Context context)
    Sends confirmation.
  • Method Details

    • sendWithResponse

      com.azure.core.http.rest.Response<Void> sendWithResponse(String resourceGroupName, String serviceName, String userId, AppType appType, com.azure.core.util.Context context)
      Sends confirmation.
      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.
      appType - Determines the type of application which send the create user request. Default is legacy publisher portal.
      context - The context to associate with this operation.
      Returns:
      the Response.
      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.
    • send

      void send(String resourceGroupName, String serviceName, String userId)
      Sends confirmation.
      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.
      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.