Condividi tramite


ApiManagementUserResource.SendUserConfirmationPassword Method

Definition

Sends confirmation

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/users/{userId}/confirmations/password/send
  • Operation Id: UserConfirmationPassword_Send
  • Default Api Version: 2021-08-01
public virtual Azure.Response SendUserConfirmationPassword (Azure.ResourceManager.ApiManagement.Models.AppType? appType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SendUserConfirmationPassword : Nullable<Azure.ResourceManager.ApiManagement.Models.AppType> * System.Threading.CancellationToken -> Azure.Response
override this.SendUserConfirmationPassword : Nullable<Azure.ResourceManager.ApiManagement.Models.AppType> * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function SendUserConfirmationPassword (Optional appType As Nullable(Of AppType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

appType
Nullable<AppType>

Determines the type of application which send the create user request. Default is legacy publisher portal.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to