你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApiManagementUserResource.SendUserConfirmationPasswordAsync 方法

定义

发送确认

  • 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/users/{userId}/confirmations/password/send
  • 操作IdUserConfirmationPassword_Send
public virtual System.Threading.Tasks.Task<Azure.Response> SendUserConfirmationPasswordAsync (Azure.ResourceManager.ApiManagement.Models.AppType? appType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SendUserConfirmationPasswordAsync : Nullable<Azure.ResourceManager.ApiManagement.Models.AppType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.SendUserConfirmationPasswordAsync : Nullable<Azure.ResourceManager.ApiManagement.Models.AppType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function SendUserConfirmationPasswordAsync (Optional appType As Nullable(Of AppType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

参数

appType
Nullable<AppType>

确定发送创建用户请求的应用程序的类型。 默认值为旧版发布者门户。

cancellationToken
CancellationToken

要使用的取消标记。

返回

适用于