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

ApiManagementUserResource.SendUserConfirmationPassword 方法

定义

发送确认

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/users/{userId}/confirmations/password/send
  • 操作IdUserConfirmationPassword_Send
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

参数

appType
Nullable<AppType>

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

cancellationToken
CancellationToken

要使用的取消标记。

返回

适用于