Share via


UserConfirmationPasswords Interface

Implements

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

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

Type representing UserConfirmationPasswords.

Method Summary

Modifier and Type Method and Description
abstract rx.Completable sendAsync(String resourceGroupName, String serviceName, String userId)

Sends confirmation.

Method Details

sendAsync

public abstract Completable sendAsync(String resourceGroupName, String serviceName, String userId)

Sends confirmation.

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